Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.89 KB

README.md

File metadata and controls

66 lines (45 loc) · 1.89 KB

Logo

NotifWeather

About the Project

This project is designed to provide daily weather updates to subscribed users so that they can be timely reminded what the weather is in their area. Using scheduling, the program would automatically run once deployed to a hosting service and send out texts/emails to our users.

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Getting Started

  1. npm run serve for client
  2. npm start for server (API)

Environment variables to set in heroku settings

For the client

  • VUE_APP_API_BASE_URL=/api

For the server

  • TWILIO_API_KEY
  • TWILIO_ACC_SID
  • TWILIO_AUTH_TOKEN
  • TWILIO_FROM_NUMBER
  • GMAIL_USER
  • GMAIL_PASSWORD
  • MONGO_URI