You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+78-1Lines changed: 78 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,42 @@
1
1
# StreamSource
2
+
Streamsource is a publicly readable API to store and retrieve information about livestreams across many streaming platforms.
3
+
4
+
## Getting Started
5
+
**If you just want to use the API to read stream data found at [streams.streamwall.io](http://streams.streamwall.io), see [API Reference](#api-reference)**
6
+
7
+
### Current state
8
+
Streamsource is in active development at a very early stage. Do not consider the API stable. We don't even have versioning yet! (we accept PRs!)
9
+
10
+
Many assumptions are built in, and this application is tightly coupled to a few different services. This will improve over time.
11
+
12
+
### Installation
13
+
14
+
1. Clone this repository
15
+
1.`npm install`
16
+
1. Install Postgres and create a database, a user, etc.
17
+
1. Copy example.env to just .env and update your configuration settings
// Pin / unpin streams. This is a field on the model; in RESTful terms, let's call this a "virtual resource". Think "pin" as in "thumbtack", not as a verb ;)
0 commit comments