docs: update name and add features list
This commit is contained in:
parent
bf9edf0c6d
commit
4aba53944a
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
|
@ -1,5 +1,15 @@
|
||||||
# website-backend
|
# api
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
> the backend for my [website](https://trafficlunar.net).
|
trafficlunar's API
|
||||||
|
|
||||||
|
## features
|
||||||
|
|
||||||
|
- last.fm currently playing track
|
||||||
|
- Gets the currently playing track from my Last.FM profile
|
||||||
|
- hit counter
|
||||||
|
- Tracks the amount of visits my website has recieved
|
||||||
|
- computer statistics websocket
|
||||||
|
- The application [here](https://github.com/trafficlunar/computer) is used to send data to this WebSocket
|
||||||
|
- After the data is sent, it is turned into chart data and is displayed on my website.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue