https://github.com/ournet/ournet.data.horoscope
Horoscope data storage
https://github.com/ournet/ournet.data.horoscope
horoscope ournet ournet-horoscope
Last synced: about 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T13:54:16.000Z (over 7 years ago)
- Last Synced: 2025-04-04T09:42:14.640Z (about 2 months ago)
- Topics: horoscope, ournet, ournet-horoscope
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- 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`