Skip to content

rhyuen/datacollection

Repository files navigation

INSTALL

npm install

The above installs the required dependencies for the app. In addition, you'll also need to make a config.json file and fill it out with the following values.

{
  "db": "MongoDB Connection String goes here.",
  "weather_api": "Weather API key goes here."  
}

RUN LOCALLY

npm run dev

RUN LOCALLY with Browser-Sync

npm run dev

Open another cmd prompt/terminal window

gulp start

RUN IN PROD

npm start --production

About

data collection for personal use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors