npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

flying-router

v1.0.8

Published

Flying Router is a Router implementation.

Downloads

9

Readme

Flying Router · License

Flying Router is a Router implementation.

  • Dynamic: Flying Router lets you decide what the type of your request and response is.
  • Resource Efficient: With the small size amd the focus on small environments, Flying Router doesn't waste resources on features needed only in enterprise environments.
  • Simple: The router has a very simple structure where you can define everything with only a few lines of code

Installation

To install Flying Router you have to execute the following command:

$ npm i flying-router

See Getting Started to see an installation guide in more detail.

(currently we only support npm, in the future we may add support for yarn)

Documentation

You can find the Flying Router documentation in the WIKI tab of the repo.

If you find something missing in the wiki please feel free to add it, or open an issue and it will get added in near future.

Contributing

The purpose of this repository is to develop a simple and lightweight router, we'd love to have you contribute to this project.
As for this reason we came up with some simple rules you need to follow if you want to contribute:

Code of Conduct

We have come up with a Code of Conduct containing everything we expect from a project participant. Please read the full file before you start contributing, otherwise it could happen that we can't work with your idea.

How to contribute

Everyone can contribute, first start witting an issue with your idea, after we read and thought about your idea we can tell you if it fits in this project. After you know it fits into the project you can start creating a fork and implementing your idea. After you are done adding your feature, create a pull request for your fork. We will review your code and if everything is fine its gonna get merged into the repo, otherwise if we find something that isn't right with your code, we will write a comment stating what you should change before we can merge your pull request.

License

Flying Router uses BSL 1.0