Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/owlsnearme
A website that tells you where your nearest owls are!
https://github.com/simonw/owlsnearme
create-react-app inaturalist leaflet react
Last synced: 26 days ago
JSON representation
A website that tells you where your nearest owls are!
- Host: GitHub
- URL: https://github.com/simonw/owlsnearme
- Owner: simonw
- Created: 2018-02-02T23:21:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T05:23:05.000Z (over 6 years ago)
- Last Synced: 2024-10-06T20:56:00.175Z (about 1 month ago)
- Topics: create-react-app, inaturalist, leaflet, react
- Language: JavaScript
- Homepage: https://www.owlsnearme.com/
- Size: 282 KB
- Stars: 27
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Owls Near Me
https://www.owlsnearme.com/
A website that tells you where your nearest owls are!
This is a re-imagining of the original `owlsnearyou.com`, which launched way
back in January 2010 (it's now a website about lawyers). This new version uses
2018-era web technology and pulls its data from
[iNaturalist](https://www.inaturalist.org/).It's built as a single page React application that loads all of its data from
the iNaturalist API. You can use it to find your nearest owls via browser
geolocation or you can search for a place and see the owls that have been
spotted in or around that location.Built by [Natalie Downe](https://twitter.com/natbat) and [Simon Willison](https://twitter.com/simonw). Favicon by [Cindy Li](https://twitter.com/cindyli).
Technology used:
* React, using [create-react-app](https://github.com/facebook/create-react-app)
(hence also Babel, Webpack and much other open-source JavaScript goodness)
* [The iNaturalist API](https://api.inaturalist.org/v1/docs/)
* [Leaflet](http://leafletjs.com/) for maps, using
[react-leaflet](https://github.com/PaulLeCam/react-leaflet)
* [axios](https://github.com/axios/axios) for our API requests