Skip to content

CrowdEmotion/crowdemotion-api-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crowdemotion-api-js

CrowdEmotion RESTful API client for Javascript.

This is intended as a very simple implementation example.

Quick Start

To try some basic functions (authentication and video file upload), just open the file test_upload.html directly within the browser and try to upload an MP4 file (tested with Chrome and Firefox).

A very quick way for opening it through HTTP protocol is writing in a terminal:

$ cd crowdemotion-api-js
$ python -m SimpleHTTPServer

and then opening http://localhost:8000/tests/test_upload.html.

Using the dashboard

Also you can use the file dashboard.html to view results http://crowdemotion.github.io/crowdemotion-api-js/tests/dashboard.html

Contributing

  1. Fork the project
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Write a test for your use-case
  4. Implement the use-case
  5. Commit your changes (git commit -am "Adding some feature")
  6. Push to the branch(git push origin my-new-feature)
  7. Open a new Pull Request

About

[OLD] CrowdEmotion RESTful API client for Javascript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •