Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 277 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 277 Bytes

Node.js Backend Service for the Heute app

Crawls through a list of venue websites, gathers todays events and provides a simple api to get the information.

Running Locally

Make sure you have Node.js installed.

$ npm install
$ npm start