Giter VIP home page Giter VIP logo

note_taker_api's Introduction

Confnotes API

Description:

Confnotes will be a web application that will allow you to watch videos and take "notes" from Confreaks.tv .

A User will be able to login via email/password. They will browse and add videos to their library. When watching a video a User will have the option to take notes. When the button is pressed the video will pause allowing the User to insert notes. When the notes are submitted the video will continue playing.

This will be the Rails API backend for Confnotes. It will have several API end points that will serve an Ember frontend.

Examples of some of the API endpoints:


/api/v1/conferences
# => returns all conferences

/api/v1/conferences/:id
# => returns one conference

/api/v1/presenters
# => returns all presenters

/api/v1/presenters/:id
# => returns one presenter

/api/v1/events/
# => returns all events

/api/v1/events/:id
# => returns one event

/api/v1/videos/
# => returns all videos

/api/v1/videos/:id
# => returns one video

/api/v1/users/:id/notes
# => returns all user's notes

/api/v1/users/:id/notes/:id
# => returns one user's notes

/api/v1/users/:id/library
# => returns one user's library

Note: This is project is currently in development.

This project will use Confreaks.tv API http://confreaks.tv/api/v1 to pull video information.

note_taker_api's People

Stargazers

Nestor Castillo avatar

Watchers

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