Skip to content

rushimanche/notifweather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

Get weather notifications daily using this app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published