Skip to content

jonwyuen/map_it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

With MapIt, users can search for locations using Google Maps and get the current weather and time for that specific location. Users are also able to favorite locations and access them through their favorites page. Users can easily map a specific favorited location with the current weather and time for that location without searching for it again.

Getting Started

Follow these instructions to get a copy of this application up and running on your local machine.

Prerequisites

All dependencies for this application are listed in requirements.txt.

Installing

  • Fork this repo and clone it to your local machine.
  • Make a virtual environment: mkvirtualenv <NAME>.
  • Make a local PostgresSQL database called map-it for this project: createdb map-it.
  • Install the requirements: pip install -r requirements.txt.
  • Upgrade the database to set up the tables: python manage.py db upgrade.

Built With

  • HTML
  • CSS
  • JavaScript - Used for client-side development
  • jQuery - Used to manipulate the DOM and make AJAX calls
  • Bootstrap - Used for page layout and responsive design
  • Modernizr - Used to make sure home page slideshow works for older browsers
  • Google Maps API - Used to create maps and search for locations
  • OpenWeatherMap API - Used to retrieve current weather data
  • Python - Used for server-side development
  • Flask - Python microframework
  • SQLAlchemy - Used for database manipulation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published