Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ournet/ournet.data.horoscope

Horoscope data storage
https://github.com/ournet/ournet.data.horoscope

horoscope ournet ournet-horoscope

Last synced: 16 days ago
JSON representation

Horoscope data storage

Awesome Lists containing this project

README

        

# ournet.data.horoscope

Ournet horoscope data storage module.

## Models:

### Phrase

- `id`
- `text`
- `length`
- `sign`
- `source`
- `lang`
- `rand`
- `createdAt`
- `updatedAt`

### Report

- `id`
- `text`
- `period`
- `sign`
- `phrasesIds`
- `lang`
- `length`
- `textHash`
- `createdAt`
- `updatedAt`