https://github.com/andersonhsporto/organic-live-api
Api Showing Some of the Latest News About Organic Farming in Brazil.
https://github.com/andersonhsporto/organic-live-api
api axios cheerio express javascript node nodejs organic organic-agriculture organicos rest scraper web-scraper
Last synced: about 2 months ago
JSON representation
Api Showing Some of the Latest News About Organic Farming in Brazil.
- Host: GitHub
- URL: https://github.com/andersonhsporto/organic-live-api
- Owner: andersonhsporto
- Created: 2022-04-03T00:42:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T01:31:26.000Z (about 3 years ago)
- Last Synced: 2025-01-17T05:28:57.514Z (3 months ago)
- Topics: api, axios, cheerio, express, javascript, node, nodejs, organic, organic-agriculture, organicos, rest, scraper, web-scraper
- Language: JavaScript
- Homepage: https://rapidapi.com/andersonhigo2/api/organic-live-brazil
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Organic Live API
API showing some of the latest news about organic farming in Brazil.## To run this project
You can run this project on your local machine. Just pull it down and do the following:
```bash
$ npm i
```1. Run the command above to install all the packages
### Start the Project
2. Now run the server:
```bash
$ npm run start
```3. Open [http://localhost:9001/news](http://localhost:9001/news) with your browser to see the results of the scrape in your terminal.