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

https://github.com/vixalien/amnesia


https://github.com/vixalien/amnesia

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# amnesia

simple gallery at https://memories.vixalien.com

## Environment variables

Put these in a `.env.local` file

```sh
AMNESIA_API_KEY=your_api_key_here
AMNESIA_SITE_ID=your_site_id_here
```

## Usage

```
npm install
npm dev
```