Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardzcode/fsts-js
JavaScript toolkits library accumulated from working from project to project
https://github.com/richardzcode/fsts-js
caching javascript logging
Last synced: about 1 month ago
JSON representation
JavaScript toolkits library accumulated from working from project to project
- Host: GitHub
- URL: https://github.com/richardzcode/fsts-js
- Owner: richardzcode
- License: mit
- Created: 2017-11-27T17:00:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-07T03:01:06.000Z (over 6 years ago)
- Last Synced: 2024-08-11T10:03:41.608Z (5 months ago)
- Topics: caching, javascript, logging
- Language: JavaScript
- Homepage: https://richardzcode.github.io/fsts-js/index.html
- Size: 575 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# From Station to Station
JavaScript toolkits library accumulated from working from project to project.
**Install**
```
npm install --save fsts
```**Library**
* [Logger](https://richardzcode.github.io/fsts-js/docs/guide_logger.html)
* [Cache](https://richardzcode.github.io/fsts-js/docs/guide_cache.html)
* [Pipe](https://richardzcode.github.io/fsts-js/docs/guide_pipe.html)
* [Single Sign On](https://richardzcode.github.io/fsts-js/docs/guide_sso.html)
* [JS](https://richardzcode.github.io/fsts-js/docs/guide_js.html)**Documentation**
Check [Documentation](https://richardzcode.github.io/fsts-js/index.html) for details.