Skip to content

Simple weather web app using OpenWeatherMap API and Google Maps API

Notifications You must be signed in to change notification settings

bchiang7/DemoWebApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DemoWebApp

Check it out at: https://ancient-forest-87393.herokuapp.com/

Before starting:

To set up and run:

  1. Make a copy of my existing project on github
  1. Bring your new copy onto your computer from github
  • cd ~/Desktop
  • git clone https://github.com/YourUserName/DemoWebApp.git
  • cd DemoWebApp
  • ls
  1. Initialize it as a heroku project
  • heroku login
  • heroku create
  1. Send the heroku project to heroku’s servers and view it online
  • git push heroku master
  • heroku open
  1. Install the project’s dependencies and run the project on your local servers

About

Simple weather web app using OpenWeatherMap API and Google Maps API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.6%
  • HTML 24.9%
  • CSS 24.5%