Nothing Special   »   [go: up one dir, main page]

Skip to content

Combines various weather APIs to get the most informative weather conditions & daily forecasts, provide learning opportunities through random weather facts, and to stay up-to-date with the spc's twitter feed.

Notifications You must be signed in to change notification settings

VictoriaVasys/wx-weeny

Repository files navigation

wx weeny

An app to observe, learn and stay current with the weather in your location

Getting Started

  1. Install the dependencies:
yarn
  1. Run the server:
cd server && yarn start
  1. Run the app (in a separate terminal window):
yarn start
  1. Publish to Vercel
expo build:web && cd web-build && now --prod

(Can use expo build:web --no-pwa to speed up build without progressive web app)

y -> enter -> y -> wx-weeny

  1. Setup Heroku (may skip if already completed)
brew tap heroku/brew && brew install heroku
heroku login
heroku git:remote -a wx-weeny
  1. Publish server to Heroku From root dir:
git subtree push --prefix server heroku master

Built With

Donation

If this project helped you reduce time to develop, please consider buying me a cup of coffee :)

Buy Me A Coffee

About

Combines various weather APIs to get the most informative weather conditions & daily forecasts, provide learning opportunities through random weather facts, and to stay up-to-date with the spc's twitter feed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published