Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iykekings/webscraping-api
A web scrapping API app with express server and x-ray
https://github.com/iykekings/webscraping-api
api express webscraper webscraping x-ray
Last synced: 15 days ago
JSON representation
A web scrapping API app with express server and x-ray
- Host: GitHub
- URL: https://github.com/iykekings/webscraping-api
- Owner: iykekings
- Created: 2018-11-15T07:30:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T16:16:14.000Z (over 3 years ago)
- Last Synced: 2023-03-07T05:17:48.227Z (over 1 year ago)
- Topics: api, express, webscraper, webscraping, x-ray
- Language: JavaScript
- Homepage: https://radiant-thicket-47823.herokuapp.com/oilandgas
- Size: 254 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# An API Endpoint for webscrapped news data
# With cron-job to run, refresh and store the news data in mongodb database
## To use, Run
### `git clone`
### `npm install`
### Install mongodb on your machine
### `mongod`
### `npm run dev`
## Open your browser to [localhost](http://localhost:3000/oilandgas)
#The routes
## All news endpoint [/oilandgas](http://localhost:3000/oilandgas)
## Single news endpoint [/oilandgas/:id](http://localhost:3000/oilandgas/5555550000000/)