Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Add README, fix NPM package management
Browse files Browse the repository at this point in the history
  • Loading branch information
hashworks committed Jan 22, 2018
1 parent d030d02 commit 88a33d7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 47 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
package-lock.json
plex.db
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Preparation

```
# Install npm dependencies
npm install
# Install go dependencies
go get github.com/gin-gonic/gin
go get -u github.com/mattn/go-isatty
go get github.com/mattn/go-sqlite3
go get github.com/gchaincl/dotsql
go install github.com/mattn/go-sqlite3
```

# Running
`go run *.go`
47 changes: 0 additions & 47 deletions package-lock.json

This file was deleted.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "plexStats",
"dependencies": {
"chart.js": "^2.7.1"
}
}

0 comments on commit 88a33d7

Please sign in to comment.