Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phyks/cygnal
Track and share issues (work, interruption in routes, parked cars) in realtime on bike lanes!
https://github.com/phyks/cygnal
bike commute geolocation opendata routing
Last synced: 18 days ago
JSON representation
Track and share issues (work, interruption in routes, parked cars) in realtime on bike lanes!
- Host: GitHub
- URL: https://github.com/phyks/cygnal
- Owner: Phyks
- License: mit
- Created: 2018-06-28T20:53:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:17:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T00:58:13.422Z (about 1 month ago)
- Topics: bike, commute, geolocation, opendata, routing
- Language: JavaScript
- Homepage: http://cygnal.eu/
- Size: 4 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Cyclassist
==========> Track and share issues (work, interruption in routes, parked cars) in
> realtime on bike lanes!This app is made of two parts: a client webapp and a server part to store and
serve the issues. This code is the code running behind https://cyclo.phyks.me/
(the stable and official instance).**A sandbox instance if you want to try it out without polluting the main instance
is available at https://cyclo-dev.phyks.me**. Please note however this is a
development instance which might be ahead of the official https://cyclo.phyks.me
instance from time to time. It might break from time to time.As of current version, only the client side part (code running on your local
device) handles your geolocation. **Your precise geolocation is never sent**
to the server or any external resource. However, the map background is
downloaded on demand from [Thunderforest](http://thunderforest.com/) so they
could know the location of the displayed map.
## OpenData
The data collected by https://cyclo.phyks.me/ is available under an
[ODbL](https://opendatacommons.org/licenses/odbl/) license. You can get the
most up to date JSON dump of available reports at
https://cyclo.phyks.me/api/v1/reports.Statistics about the instance can be fetched at
https://cyclo.phyks.me/api/v1/stats.## Documentation
Detailed documentation about this software is available under the
[`doc/`](doc/) folder. This covers setting up your own instance, API, privacy
choices etc.## Contributing
Check out the [CONTRIBUTING.md](CONTRIBUTING.md) file for all the required doc
and details before contributing :) Any contributions are more than welcome!## License
This software is licensed under an MIT license, unless explicitly mentionned
otherwise.Icons are made from the original works:
* [Bike icon](https://commons.wikimedia.org/wiki/File:Ic_directions_bike_48px.svg)
licensed under CC BY on Wikimedia.
* [Car icon](https://commons.wikimedia.org/wiki/File:Car_icon_top.svg)
licensed under CC BY-SA on Wikimedia.
* [Pothole icon](https://commons.wikimedia.org/wiki/File:France_road_sign_A2a.svg)
licensed under CC BY-SA on Wikimedia.
* [Compass icon](https://commons.wikimedia.org/wiki/File:Black_and_white_compass.svg)
licensed in public domain on Wikimedia.
* [Work icons](https://www.vecteezy.com/vector-art/87351-road-traffic-cartoon-icons-vector)
were designed by Vecteezy.
* [Trash icon](https://pixabay.com/en/trash-waste-trashcan-garbage-99257/) is
coming from Pixabay under CC0 license.
* [Accident icon](https://www.flaticon.com/free-icon/car-running-over-a-bicycle_91680) is
coming from Flaticon.Beep sound is provided under CC0 license and coming from
[freesound.org](https://freesound.org/people/thisusernameis/sounds/426888/).The map background is using tiles from
[Carto.com](https://carto.com/location-data-services/basemaps/) or
[Thunderforest](http://thunderforest.com/), thanks to [OpenStreetMap
contributors](https://www.openstreetmap.org/copyright) and
[Leaflet](http://leafletjs.com/).Manual location picking uses the awesome API from [adresse.data.gouv.fr](https://adresse.data.gouv.fr).
Details about the sources and licenses of the opendata imported is available
in the `scripts/opendata/` scripts.## Thanks
Thanks a lot to all users, contributors and translators for the help on this
software.Among others, thanks to
* [Quenti](https://framapiaf.org/@Quenti) for the Occitan translation.