Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofdetroit/local-services-lookup
Simple app to lookup city services based on a location
https://github.com/cityofdetroit/local-services-lookup
city-services cypress geospatial maplibre-gl travis-ci web-components webpack
Last synced: 6 days ago
JSON representation
Simple app to lookup city services based on a location
- Host: GitHub
- URL: https://github.com/cityofdetroit/local-services-lookup
- Owner: CityOfDetroit
- License: mit
- Created: 2018-03-23T21:39:15.000Z (over 6 years ago)
- Default Branch: 2.0
- Last Pushed: 2024-10-15T20:03:15.000Z (about 1 month ago)
- Last Synced: 2024-10-17T05:32:55.852Z (about 1 month ago)
- Topics: city-services, cypress, geospatial, maplibre-gl, travis-ci, web-components, webpack
- Language: JavaScript
- Homepage:
- Size: 32.8 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Local Services Lookup [![Build Status](https://app.travis-ci.com/CityOfDetroit/local-services-lookup.svg?branch=dev)](https://travis-ci.com/CityOfDetroit/local-services-lookup)
Simple app to lookup city services based on a location## Getting Started
This project was created using:
- [Webpack](https://webpack.js.org/) as a web application bundler.
- [Yarn](https://classic.yarnpkg.com/en/) to manage project dependencies.
- [MapLibre](https://maplibre.org/) for map framework.
- [Cypress](https://www.cypress.io/) for testing.
- [TravisCI](https://www.travis-ci.com/) for continuous integration.## Setup Local Environment.
1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/local-services-lookup.git
```
2. Install node dependencies.```
$ yarn
```3. Run local instance.
```
$ yarn start
```4. Run tests.
```
$ yarn test
```5. Build production code.
```
$ yarn build
```
## Resources* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/local-services-lookup