Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ournet/ournet.data.horoscope
- Owner: ournet
- Created: 2017-01-14T22:17:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T13:54:16.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T04:06:02.608Z (9 months ago)
- Topics: horoscope, ournet, ournet-horoscope
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`