mitcheaton1 / zipshare-api

The zipshare api is a RESTful API for hosting images, text snippets, videos and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stories in Ready

Zipshare API

The Zipshare API is a RESTful API for the ZipShare hosting and sharing service. The API allows integrations of ZipShare functionality into browsers, mobile apps, and command line tools. Features are built into the API before being added into the web or command line clients.

Getting started

Install all the dependencies, then run:

$ make setup  # Install gems and setup the database.
$ make run    # Runs the API locally
$ make test   # Runs all the tests
$ make docs   # Generates API and code documentation

Contributing

Our contribution guidelines are summarized as:

Dependencies

  • Ruby 2.2
  • Bundler
  • make
  • Postgresql

About

The zipshare api is a RESTful API for hosting images, text snippets, videos and more

License:MIT License


Languages

Language:Ruby 87.3%Language:HTML 11.1%Language:CSS 1.6%