snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Public APIs for graph data #372

Closed stevenbird closed 8 years ago

stevenbird commented 8 years ago

Identify other public APIs which could be interesting sources of graph data

cyderize commented 8 years ago

Possible Data APIs

There are a number of possible data APIs that might be of interest.

Google Books API

OpenStreetMap API

GitHub API

A Hyperlink Graph

stevenbird commented 8 years ago

For the Google Books API, we have agreed on the following method:

get_book_info(search terms) -> list of dict  (incl ISBN, author, title, date, publisher)