Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OneGraph/onegraph-examples

Examples big and small of how to use OneGraph in modern applications
https://github.com/OneGraph/onegraph-examples

Last synced: about 2 months ago
JSON representation

Examples big and small of how to use OneGraph in modern applications

Awesome Lists containing this project

README

        

# OneGraph Examples

This repository contains several example applications leveraging the power of OneGraph.

Each example is a self-contained package.

## Examples

- [**PackageInfo**](https://packageinfo.now.sh): A service that provides detailed information about [npm packages](https://www.npmjs.com).
It combines information from [npm](https://www.npmjs.com), [Github](http://github.com) and [BundlePhobia](https://bundlephobia.com). ([source](packageinfo))
- [**Youtube Captions**](https://youtube-captions.now.sh): A service that lists interactive video captions for [YouTube](https://www.youtube.com/) videos. ([source](youtube-captions))
- [**SpotDj**](https://spotdj.onegraphapp.com): A collaborative Spotify DJ app using ReasonReact and webrtc to synchronize Spotify players for a shared music experience
- **Stocks CLI**: A CLI service that shows stock market information. ([source](stocks-cli))
- **Twitter CLI**: A CLI service that shows [Twitter](https://twitter.com) user information. ([source](twitter-cli))