Skip to content

Calculate the exact amount to refill your MetroCard and have no left over balance. Built with React.

License

Notifications You must be signed in to change notification settings

cameronmaske/refill-my-metrocard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refill My MetroCard 🚇

A simple React app that tells you how much to top up your MetroCard.

Development

Install the required packages..

npm install -g gulp
npm install .

Watch files and serve on localhost:8000

gulp watch

Deployment

To deploy to S3.

Create a aws.json with the following details

{
  "key": "A...",
  "secret": "q...",
  "bucket": "www.refillmymetrocard.com",
  "region": "us-east-1"
}

Then run

gulp bundle --env production
gulp deploy

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

If you would like to propose a change, notice a bug, open an issue for discussion.

About

Calculate the exact amount to refill your MetroCard and have no left over balance. Built with React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published