GithubHelp home page GithubHelp logo

reverbnation-unofficial-api's Introduction

Unofficial API for ReverbNation.
---
(c) 2010 by Jeko <[email protected]>
---

This project aims to provide a minimal set of methods to update a ReverbNation account from a remote website.

-----
USAGE
-----

It's a javascript driven API. Here are the basic commands available for now:

// Set Your ReverbNation User/Password (This call do not send the login request)
rnLogin(user, password);

// Set the Label ID. All subsequent actions  will act on this Label.
rnInitLabel(label_id);

// Change the status of active label or artist.
rnStatus(status_message);

// Set the Artist ID. All subsequent actions will act on this Artist.
rnInitArtist(artist_id);

// Add a show to active Artist. (datetime, venue_name, 
rnAddShow(datetime, venue_name, venue_city, venue_country);
>> example: rnAddShow('2010-10-04 20:30', 'Sky Bar', 'Beirut', 'LB');


See example.html for a full example.

------
INSIDE
------

reverbnation.js contains the javascript code, it depends on jQuery. Javascript makes asynchronous request to reverbnation.php to tell it which actions to perform.

reverbnation.php is a proxy, it gets orders from the Javascript Ajax call, and send them to ReverbNation in the appropriate format.

-------
CONTACT
-------

Want to help? Contact me at <[email protected]>

reverbnation-unofficial-api's People

Contributors

j3k0 avatar

Stargazers

Dana Adalaide avatar Matthew Elder avatar jeremy buller avatar  avatar  avatar Jesse MacFadyen avatar

Watchers

Greg Miller avatar  avatar Matt G. avatar 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.