Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 716 Bytes

README.md

File metadata and controls

51 lines (28 loc) · 716 Bytes

Cryptocurreny News api

A Cryptocurreny News api with ExpressJs,PuppeteerJs and cheerio for scrapping news from google news

MIT License

Run Locally

Clone the project

  git clone https://github.com/dine-5h/cryptonews-api

Go to the project directory

  cd cryptonews-api

Install dependencies

  npm install

Start the server

  npm run start

Documentation

To access the api in localhost just use

  http://127.0.0.1:3000/

The api has a rate limit of 25 request per minute

License

MIT