Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daliborgogic/dlbr-sync
Keep a local copy of all content of a space up to date via delta updates, or content that has changed. Mobile data connections can be slow with high latency compared to broadband internet connections. When apps sync content to the device and access it from a local database (e.g. Core Data, LocalStorage, SQLite)...
https://github.com/daliborgogic/dlbr-sync
api contentful javascript sync
Last synced: 17 days ago
JSON representation
Keep a local copy of all content of a space up to date via delta updates, or content that has changed. Mobile data connections can be slow with high latency compared to broadband internet connections. When apps sync content to the device and access it from a local database (e.g. Core Data, LocalStorage, SQLite)...
- Host: GitHub
- URL: https://github.com/daliborgogic/dlbr-sync
- Owner: daliborgogic
- License: mit
- Created: 2017-07-30T21:49:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:13:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T18:18:23.016Z (27 days ago)
- Topics: api, contentful, javascript, sync
- Language: JavaScript
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dlbr-sync
```bash
npm icat > .env << EOL
CONTENTFUL_SPACE=
CONTENTFUL_ACCESS_TOKEN=
CONTENTFUL_INITIAL_SYNC=true
EOLnpm run dev
```