Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgrsskls/hifilog
User-driven database for hifi products and brands
https://github.com/mgrsskls/hifilog
Last synced: about 2 months ago
JSON representation
User-driven database for hifi products and brands
- Host: GitHub
- URL: https://github.com/mgrsskls/hifilog
- Owner: mgrsskls
- Created: 2023-10-02T22:37:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T08:00:23.000Z (about 2 months ago)
- Last Synced: 2024-11-12T08:30:30.743Z (about 2 months ago)
- Language: Ruby
- Homepage: https://www.hifilog.com
- Size: 2.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# HiFi Log
_HiFi Log_ is a user-driven platform for hifi products and brands.
## Features
- **Browse current and discontinued products**
If you are considering a new purchase or looking for information about a discontinued product: HiFi Log lists products that are still in production, but also those that have long since been discontinued.
- **Help expanding the database**
Be part of a community and contribute to expanding our database by adding new products and brands to HiFi Log or updating inaccurate or missing information.
- **Find brands and their products**
If you are interested in the products of specific brand or want to know which brands offer certain kinds of products, you can search through almost 3000 brands.
- **Create bookmarks and notes**
Bookmark any product you are interested in to ensure you remember it later. You can also write private notes for any product — wether you own them, have bookmarked them or neither.
- **Build your personal collection**
You can add existing or your own custom built products to your collection, assign them to different listening setups and upload photos of your own gear to show others what you own.
- **Keep track of products you used to own**
If the list of hi-fi gear you used to own becomes longer and longer, you can simply add them to your list of previous products. After adding the date of ownership, you will get a history and statistics on your hifi gear.## Setup
1. `cp .pre-commit .git/hooks/pre-commit`
2. `touch .env`
3. Add the following to `.env`:```
CDN_HOST=http://127.0.0.1
CDN_PORT=3000
```4. `rails db:setup`