Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of overlookjs/plugin-path

Account's avatar
overlookjs/plugin
Overlook framework Plugin class
Account's avatar
overlookjs/plugin-match
Overlook framework match router
Account's avatar
overlookjs/plugin-order
Overlook framework order plugin
Account's avatar
overlookjs/plugin-ordered
Overlook framework ordered plugin
Account's avatar
overlookjs/plugin-request
Overlook framework request plugin
Account's avatar
overlookjs/route
Overlook framework Route class
Account's avatar
overlookjs/util-find-parent
Overlook framework utility to find parent route
Account's avatar
overlookmotel/is-it-type
Determine type of a variable
Account's avatar
overlookjs/plugin-serve-http
Overlook framework HTTP server plugin
Account's avatar
overlookmotel/eslint-config
@overlookmotel's ESLint config
Account's avatar
overlookmotel/eslint-config-jest
@overlookmotel's ESLint config for tests with jest
Account's avatar
overlookmotel/eslint-config-node
@overlookmotel's ESLint config for NodeJS
Account's avatar
axios/axios
Promise based HTTP client for the browser and node.js
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
airbnb/javascript
Airbnb's base JS ESLint config, following our styleguide
Account's avatar
mysticatea/eslint-plugin-eslint-comments
Additional ESLint rules for ESLint directive comments.
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jest-community/eslint-plugin-jest
ESLint rules for Jest
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
overlookmotel/jest-expect-subclass
Jest expect matchers for subclasses
Account's avatar
isaacs/once
Run a function exactly one time

Support the repos that depend on this repository

Top contributors

overlookmotel's profile
overlookmotel
87 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
overlookjs

overlookjs/plugin-path

Overlook framework path plugin

JavaScript
0
0
MIT License

The **@overlook/plugin‑path** package adds expressive, Express‑style routing to the Overlook framework. By extending a route with this plugin you can declare a static, parameterized or wildcard path segment, automatically build hierarchical URLs, and have incoming requests matched and dispatched to the correct route (with params available via `req[PARAMS]`). It’s intended for developers building Node.js web applications with Overlook who need a clean, declarative way to define and handle URL routes.