Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 491 Bytes

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:

  $ npm i
  1. Run the command above to install all the packages

Start the Project

  1. Now run the server:
  $ npm run start
  1. Open http://localhost:9001/news with your browser to see the results of the scrape in your terminal.