https://github.com/krisnova/novaarchive
Commonly used go convenience tools and libraries
https://github.com/krisnova/novaarchive
Last synced: 10 months ago
JSON representation
Commonly used go convenience tools and libraries
- Host: GitHub
- URL: https://github.com/krisnova/novaarchive
- Owner: krisnova
- License: apache-2.0
- Created: 2021-02-14T03:13:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T03:00:06.000Z (over 5 years ago)
- Last Synced: 2025-07-06T13:04:31.362Z (about 1 year ago)
- Language: Go
- Size: 30.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Nóva Archive
My personal archive of reliable production ready go utilities.
### Rules
1. All new libraries must have tests
2. All exported methods/types must have a test, and docs
### Variables
```bash
##
# [Twitter] (Anaconda)
#
export TWITTERTOKEN=""
export TWITTERTOKENSECRET=""
export TWITTERCONSUMERKEY=""
export TWITTERCONSUMERKEYSECRET=""
##
# [Photoprism]
#
export PHOTOPRISMUSER=""
export PHOTOPRISMCONN=""
export PHOTOPRISMPASS=""
export PHOTOPRISMALBUM=""
```