Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepmsquare/squarecommons
common functions for my projects.
https://github.com/thepmsquare/squarecommons
Last synced: about 2 months ago
JSON representation
common functions for my projects.
- Host: GitHub
- URL: https://github.com/thepmsquare/squarecommons
- Owner: thepmsquare
- Created: 2024-11-14T15:08:27.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T15:46:20.000Z (about 2 months ago)
- Last Synced: 2024-11-14T15:48:37.725Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/squarecommons
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# squareCommons
## about
common functions for my projects.
## usage
[Example](./example.js)
## env
1. node js - v18.17.0
2. npm - v9.6.7## changelog
### v1.0.8
- fetchJSONData
- remove debug log on result.
- stringify error log.### v1.0.7
- fetchJSONData
- add url in logs.### v1.0.6
- fetchJSONData
- add debug log on result.
- error message and log fix.### v1.0.5
- add type for API output.
- change export format.### v1.0.4
- (try to) fix npm upload structure.
### v1.0.3
- (try to) fix npm upload structure.
### v1.0.2
- (try to) fix npm upload structure.
### v1.0.1
- add types in package json.
### v1.0.0
- initial implementation.
## Feedback is appreciated. Thank you!