Skip to content

Will they tow me? Check whether you've parked on an emergency snow route.

License

Notifications You must be signed in to change notification settings

jonareno/willtheytow.me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stories in Ready willtheytow.me

Will they tow me? aims to help citizens get their cars off of snow emergency routes and out of the way during bad winter weather. We started by using tiles provided by coUrbanize using data from the City of Boston and the City of Cambridge.

Get this

To start working on this app, you'll want to create your own fork and work from there. If you are signed into github.com you can just click the "Fork" button at the top right corner. Go ahead. It won't hurt.

To actually get the files onto your computer, you'll need to clone the project from your fork to your computer. The following terminal command will create a folder for this project.

git clone https://github.com/yourusername/willtheytow.me

After which, from inside the project directory (cd willtheytowme) you'll have to tell Github to connect your fork to the main repository at Code for Boston! You can do that with this:

git remote add upstream https://github.com/codeforboston/willtheytow.me.git

Now you're more or less set, just don't forget to make sure you're working with the latest version of Code for Boston's code. To do that, first git fetch upstream and then git merge upstream master to get the latest changes and merge them into your own working directory (it shouldn't interfere with your own changes).

That's it?

You won't need to install anything else to make Will they tow me? work, just open the index.html in your favorite reasonably modern browser and see.

What to do?

Take a look at our current open issues by clicking the small dark "Ready" button at top or visiting this page. The 'Ready' column/label is the best place to find a task that you can start to tackle.

You made something!

Good! Make sure to put that something online in your repo with git push origin master. To bestow Code for Boston with your contribution, send us a new pull request.

About

Will they tow me? Check whether you've parked on an emergency snow route.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.9%
  • HTML 14.6%
  • CSS 8.5%