pcardune / weather-watcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

weather-watcher

Structure

  • a Google App Engine app
  • publishes a message to Google Pub/Sub every hour which triggers an update of forecast
  • a NPM package that gets deployed to Google firebase and serves as a server backend
  • contains the functions that listen to the pub sub messages that get sent every hour
  • these functions do the update of the forecast
  • a React application that uses Yarn for Javascript package management
  • spits out JS and HTML files that are compressed and served up by the Firebase static file server

Domain Name Ideas:

  • radweather.com
  • myadventureweather.com
  • pleasentweather.com
  • balmyweather.com
  • sendingweather.com
  • goldilocksweather.com
  • searchforthesun.com

About


Languages

Language:JavaScript 96.0%Language:HTML 2.7%Language:Python 1.3%