v1.0.0 - Demo'd at the RC Thursday Presentations
This release contains all the features that I demo'd at the Recurse Center's open presentations forum on Thursday, June 27.
At the demo, the map contained these core features and was able to:
- Vary sizes for markers and clusters based on population
- Allow autocompleting location names from the Recurse Center API Locations endpoint
- Zoom to location and pop-up location information upon completion of a search
- Serve OpenStreetMap tiles on a Leaflet map via with React
- Serve backend API with Flask / Python backend, pulling from the RC API Profiles endpoint
- Geocode locations with the GeoNames geocoder via GeoPy