isabella232 / plasticwatch

Home Page:https://plasticwatch.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plasticwatch Website

PlasticWatch is a platform to crowdsource single-use plastic usage and locate restaurants that offer plastic-free choices.

Installation and Usage

The steps below will walk you through setting up a development environment.

Install Observe API

The website needs a running instance of Observe API. Please refer to the Config files section if the API instance has a different hostname than specified at config/defaults.js.

Prepare OSM Data

To prepare OSM data to be loaded as part PlasticWatch, run the script in yarn download --query <path-to-overpass-query> with queries available in directory utils/overpass-queries. The script takes an Overpass query and dumps GeoJSON FeatureCollection in /tmp/{query-id}.geojson. This can be directly uploaded to Observe API using the end point POST /osmobjects.

Install modules dependencies

Requirements:

Clone this repository locally and activate required Node.js version:

nvm install

Install Node.js dependencies:

yarn install

Config files

The config files can be found in app/assets/scripts/config. After installing the project, there will be an empty local.js that you can use to set the config. This file should not be committed.

Please refer to defaults.js for the available configuration properties.

Development

Start server with live code reload at http://localhost:9000:

yarn serve

Build to production

Generate a minified build to dist folder:

yarn build

Related repositories

License

MIT

About

https://plasticwatch.surge.sh

License:MIT License


Languages

Language:JavaScript 94.1%Language:SCSS 4.9%Language:HTML 1.0%