An open API service indexing awesome lists of open source software.

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.

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.