| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
kickable is a microservice built to answer the age old question, "Can I Kick It?"
Currently only the word "it" is kickable.
| NPM | Build | Coverage | Vulnerabilities |
|---|---|---|---|
Node.js 22+
$ npm ci
$ npm run build
$ npm startThe service listens on port 3000 by default. Set the PORT environment variable to override:
$ PORT=8080 npm start$ npm run typecheck$ npm run lint$ npm run build$ npm test$ npm run test:coverageReturns 200 OK. Used by load balancers and orchestrators to verify liveness.
Returns true if :it is kickable, otherwise false.
Example:
$ curl http://localhost:3000/kick/it
true
$ curl http://localhost:3000/kick/sky
falseHector Gray (Twitter: @defstream)
Pull Requests welcome. Please make sure all checks pass:
$ npm run typecheck
$ npm run lint
$ npm testPlease submit Github issues for any feature enhancements, bugs or documentation problems.
MIT
| Back | FazBrowse Home | New Git URL |