GithubHelp home page GithubHelp logo

pombredanne / spreadsheet-tool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scraperwiki-archive/spreadsheet-tool

0.0 0.0 0.0 64 KB

A simple full-screen spreadsheet of the data in a cobalt box

License: BSD 2-Clause "Simplified" License

spreadsheet-tool's Introduction

ScraperWiki Spreadsheet Tool

This takes the best bit of Alumina and makes it… bigger!

Install this into a box, or run it locally, to see your SQLite database, full screen, as a spreadsheet.

How to use

This tool expects to call the SQLite API endpoint of a ScraperWiki box. It thus needs the full URL (including publish_token if applicable) of the box containing your data, supplied as a URI-encoded JSON object in the location hash.

The best way of explaining how to create such a hash is probably via some javascript code:

var base_url = "http://myserver.com/spreadsheet-tool";
var settings = {
  "dataset_box_url": "http://box.scraperwiki.com/example-data/pUb1i5hT0k3n/"
}
var hash = encodeURIComponent(JSON.stringify(settings))
console.log('URL to visit: ' + base_url + '#' + hash);

Try copying and pasting it into your browser's Javascript console, or a node.js console, to see what the URL (with hash!) should look like.

spreadsheet-tool's People

Contributors

ehg avatar zarino avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.