An open API service indexing awesome lists of open source software.

https://github.com/danielstern/science

Demonstrating data manipulation
https://github.com/danielstern/science

Last synced: about 1 year ago
JSON representation

Demonstrating data manipulation

Awesome Lists containing this project

README

          

![image](https://cloud.githubusercontent.com/assets/4268152/8245254/cdf93ddc-15f9-11e5-867c-caf34618a682.png)

## Instructions
To open the demo, run any server in the main directory.

For example, with Node,

```
npm install -g http-server;
http-server;
# open localhost:8080 in chrome
```

There are two functions, `pie` and `barchart`.

Data is loaded to the global scope as `properties` and `pokemon`.

### Using the plan
The plan walks you through the various examples.
Each step has a snippet that you can run in the terminal.
Call `go()` to go to the next step of the plan.
Call `now()` to automatically run the code snippet.