Skip to content

Angeltheesoto/JS-Making-an-Interactive-Map

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project - Create an Interactive Map

This map utilizes the Leaflet library and Foursquare API to map the users geolocation coordinates onto a map. The user is then able to select a business type and have businesses add to the map.

This project is meant to be completed independently. The code here may be used as a reference, but it is expected that every project will differ.

Minimum Steps to Produce

  • Get the user's current location.
  • Map that location on a Leaflet map.
  • Allow the user to select a business type from a select list and map the 5 nearest locations on the same map using the Foursquare API.

About

Project - Create an Interactive Map. Spans 5.8.1 - 5.8.3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.9%
  • HTML 35.5%
  • CSS 8.6%