You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to iNaturalist
Hello,
I am working on a small project for an educational program. I've only been coding for about 3 weeks.
The goal of my project is to display animal location around the user's input location. I used the Maps API to take user input for user location and also did autolocate all through the JavaScript API.
All I need now is to display actual animal locations on the map. I was planning on using iNaturalist API to get animal location but I have no idea how to implement it to a JavaScript environment if the API is made on rails. I'm using Google AppEngine to host my web app and i am currently using just HTML/CSS, JS and python.
Any advice on how to implement the API to my application so that it would display observations on my map would be amazing. Thank you!!!
Alex Shepard
unread,
Jul 28, 2016, 2:24:57 AM7/28/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to inaturalist
We have some documentation for developers at
http://www.inaturalist.org/pages/developers. Like Alex said you can
use our JS package, particularly if you're using npm, but if you just
want to show points on a Google Map you might just want to use our
Node API, which will give you observations in JSON format.