An open API service indexing awesome lists of open source software.

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

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=""

```