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

https://github.com/scompo/scompo-counters


https://github.com/scompo/scompo-counters

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# scompo-counters

Should become a webapp to store counters.

The users should be able to log in using `webauthn` if I manage do to so.

## Enviroinment variables

- `RP_ID` application origin host (`localhost`).
- `PORT` application port (`8080`).
- `USE_HTTPS` am i'm supposed to use https? (`false`).

## TODO

- Fix error for user not found.
- Implement session persistence.
- Implement a real database.
- Export routes.
- Implement some tests.