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

https://github.com/decodedco/datasamples

Samples of Scrapers and Visualisations
https://github.com/decodedco/datasamples

Last synced: 2 months ago
JSON representation

Samples of Scrapers and Visualisations

Awesome Lists containing this project

README

          

Some examples of using d3, python etc...

## CSV -> bubble chart code snippets

* Loads CSV and draws a bubble chart of it
* Required:
* CitySingles.csv
* bubblechart.js
* csv.html

## Creating a bubble chart from json file
* Bubble chart from json
* bubblechartjson directory
* css decides colours of circles

## Example Scrapers
* Some python web scrapers
* Get links out of page:
* Scraper1.py
* Get likes of facebook api
* Scraper2.py

*Make Link from tweet is a js function to find a link in text (in a tweet for instance) and turn it into a usable link