Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benbrown/botbuilder-storage-json
https://github.com/benbrown/botbuilder-storage-json
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/benbrown/botbuilder-storage-json
- Owner: benbrown
- Created: 2019-09-03T21:05:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T14:41:13.000Z (about 2 years ago)
- Last Synced: 2024-10-12T19:41:30.284Z (2 months ago)
- Language: TypeScript
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bot Framework state storage that writes to JSON in the filesystem
```
const JSONStorage = require('botbuilder-storage-json');
const storage = new JSONStorage('path/to/json');
```