Code Monkey home page Code Monkey logo

devstream.tv's Introduction

devstream.tv community repo

devstream.tv is a website that indexes developers that stream on Twitch (for now) and lets you easily see which developers are streaming right now and offers you a nice interface to watch them.

The site updates every 5 minutes from this repo (it updates the streamers list).

This project is inspired by https://github.com/bnb/awesome-developer-streams

!!! Ideas, requests?

If you have ideas on how to make this cooler, or if you feel there is mandatory functionality missing please open an issue so we can discuss it.

Streamer index

The streamer list and related information is in the data/streamers.json file. Each entry has a predefined set of properties, ensure you respect the "schema" when you submit a pull-request.

The links object can contain any number of links, which will be mapped on devstream.tv to either certain icons (GitHub, Twitter, etc.) or labels of their key.

The format will be changed in the near future to also integrate YouTube, and all the current entries will be automatically migrated to the new format.

Example:

{
  "name": "Jane Doe",
  "twitch": "janewritesbeautifulcode",
  "tags": ["Web Development", "Hardware Hacking", "Node.js", "JavaScript"],
  "links": {
    "github": "https://github.com/***/",
    "website": "http://jane.example.com",
    "watch my cat": "https://instagram.com/***"
  }
}

Contributing

If you would like to add a streamer, fork the repo, add an entry to data/streamers.json and submit a pull request. The order the streamers are organized in does not matter, as devstream.tv will sort them by online viewers.

The source code of devstream.tv

The full source code of devstream.tv will probably be open-sourced in the near future, I just want to make it work before I prepare it for OS collaboration.

devstream.tv's People

Contributors

adam13531 avatar adilanchian avatar agitperson avatar bcjordan avatar benrick avatar calvinallen avatar cpadilla avatar cultofrig avatar davidjoffe avatar epikkoder avatar funnyguy77 avatar geertjohan avatar jackmott avatar neculaesei avatar nmarulo avatar progrium avatar qwici avatar rubengomex avatar tbezman avatar wolf81 avatar zurp avatar

Watchers

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