Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scowluga/notera
A website to annotate and bookmark Spotify tracks by timestamp, containerized and deployed on AWS using EB, RDS, and ElastiCache
https://github.com/scowluga/notera
Last synced: 30 days ago
JSON representation
A website to annotate and bookmark Spotify tracks by timestamp, containerized and deployed on AWS using EB, RDS, and ElastiCache
- Host: GitHub
- URL: https://github.com/scowluga/notera
- Owner: Scowluga
- Created: 2020-08-26T21:34:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T22:28:34.000Z (almost 4 years ago)
- Last Synced: 2024-11-29T23:44:02.781Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 204 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
Notera is a platform to annotate and bookmark Spotify audio tracks by timestamp. Use it to keep track of your favourite musical moments, save key points in podcasts for later, and share everything with your friends.
The Notera client is in-progress and built using React.
The Notera server is built using Go, Redis, PostgreSQL, Docker, and hosted completely on AWS using Elastic Beanstalk, RDS, and ElastiCache.
See the [server](https://github.com/Scowluga/Notera/tree/master/server) folder for setup instructions and API documentation.