Skip to content

khopsickle/park_mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Park Mapper

A mini park finder for San Francisco built in Rails by khopsickle.

ss

Deployed

  • See it live on Heroku, may take a few seconds to load the inactive dyno.

  • Features:

    • Search parks by zip code or list all
    • Sort and filter results by grades or acreage
    • Sign up to add parks to favorites
    • Admin account can refresh data from SF Open Data API

Highlights

Using this Repo

  • After forking and cloning, setup an application.yml for credentials:
    • SF Open Data:
      • APP_TOKEN
      • SECRET_TOKEN
      • DOMAIN
    • GOOGLE_API_KEY
    • ADMIN_PASSWORD sets a password for the admin user
  • Install and setup the db:
    • bundle install
    • rails db:setup
  • Run the server and login as an admin:
  • Visit localhost:3000/refresh - this hits the API to pull data into your application

About

Search, filter, and favorite parks in San Francisco.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors