GithubHelp home page GithubHelp logo

datsy's Introduction

Datsy-API Build Status

Datsy-API is a free, open and simple API to access and explore an ever growing number of data sets.

Running Grunt

When you run grunt from the command line, the following will happen after each file save:

  • lint your changes and display any errors
  • run all unit tests within test/ and display any errors

Run grunt dev to do the following:

  • connect to a development PostgreSQL database on localhost
  • run nodemon with the --debug setting

Run grunt prod to do the following:

  • connect to a production PostgreSQL database based on the information in the config file
  • run nodemon with the --debug setting

API Endpoints

Search Endpoint

Parameters
Name Required Description
term Required TODO
type Required Possible values are tag and title.
Example
http://...../search?term=Bike+Share&type=tag
Response
// TODO: Insert sample response based on the example above.


Task List:

  • Search by type=tag (i.e., ../search?term=Bike&type=tag)
  • Search by type=title (i.e., ../search?term=Bike&type=title)
  • Search with multiple terms for tag and title types
  • Retrieve list of all tags (i.e., ../tags)
  • Development Purposes Only: Retrieve joined sample data (i.e. ../dev)

datsy's People

Contributors

woonketwong avatar

Stargazers

David Ryan Hall avatar

Watchers

James Cloos avatar  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.