Skip to content

How much will that car share trip cost? Limited to car shares Evo and Modo for now

License

Notifications You must be signed in to change notification settings

wachunga/car-share-fare

Repository files navigation

car-share-fare

CircleCI

Knowing which car share to use in Vancouver (the car share capital of North America) is non-trivial. This tool aims to help by making it easy to compare costs.

Try it out at https://carshare.now.sh

Supported services

  • Evo - one-way carsharing company
  • Lyft - ridesharing company
  • Modo - two-way carsharing co-operative

Development

This project was bootstrapped with TSDX.

Making a new release

  • Update CHANGELOG.md and commit that.
  • Run npm version <patch/minor/major> (this updates package.json and creates a tag).
  • Run git push --tags.

npm start

Start the app.

npm run build

Bundles the package (using Rollup) and copies static assets to the dist folder.

Use build:watch during development to watch for changes.

npm test

Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.

Deployment

Each build is deployed to https://carshare.now.sh with now. The configuration lives in now.json.