Landing Page | App |
---|
An easy to use App to track your COâ‚‚ emissions from transportation means for your iPhone and Android Smartphone.
- Easy and user-friendly onboarding
- Search and plan routes
- Make configurations to search parameters
- Compare and decide on route options
- Review your COâ‚‚ emissions
- Set yourself challenges
- View your travelled routes
- Add your own vehicles
You need node.js
installed in your environment.
Run npm install
to install the dependencies.
To have all features available place a .config.json
file in the root folder of the project with the following content:
{
"keys": {
"dev": "<Your Google Maps API Key>"
}
}
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.