A weather app that will text information for preparing for the weather.
This is a full web application built on node.js, it allows users to sign up and receive text messages for upcoming weather condition with a custom message for the appropriate clothing to wear.
The app is built on the NodeJs
environment. It uses several apis including the twilio
and weather-api
. The database we used was mongoDB
and for the styling we used materialize-css
.
If you wish to clone the app down to your local machine...
- Ensure that you have mongoDB set up on your laptop as well as Node.
- The database is called weatherDB.
- Once you are set up,
cd
into this repo and runnpm install
. - Afterward, run
npm start
. - Then, navigate to
localhost:80800
in your browser.
"axios": "^0.16.1",
"body-parser": "^1.17.1",
"express": "^4.14.0",
"mongoose": "^4.9.5",
"morgan": "^1.8.1",
"node-fetch": "^1.6.3",
"node-schedule": "^1.2.1",
"twilio": "^2.11.1"
Hackathon Group Project