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

roadiejs

v0.0.19

Published

An open MBaaS. That rocks.

Downloads

11

Readme

RoadieJS

The idea here is that very good things will happen if enterprise software could be built and adapted entirely from expressive, yet codeless, declarations.

Contents

Getting started

In this section we'll get a simple Hello World! app up-and-running. First ensure:

...are all installed and running correctly. Just for now, it's assumed Mongo and Elasticsearch are running on their default ports (27017 and 9200) and that the Mongo database does not need a password to authenticate (don't worry, things get more secure later).

Next install RoadieJS from the command line:

$ npm install roadiejs

Once that's all finished, you'll need to create yourself a new user. Easy enough:

$ roadie user --create walter --passes manager

That creates a new user with the id walter with super-do-anything manager permissions (again, security gets tightend-up later). Provide a new password for your user when prompted.

In RoadieJS all functionality comes via Blueprints. To prove a point, let's install an entirely underwhelming "Hello world!" Blueprint. Again from the command line:

$ roadie install github:wmfs/hello-wembley-blueprint#master
  • Note from a network perspective, you'll need a clear run at https://github.com for this to work.

Now fire-up RoadieJS to see all this come together, simply:

$ roadie start

Once you see the:

RoadieJS home available http://your-hostname:3010/home/#/dashboard

...message, go-ahead and hit that URL in your best HTML5 browser.

  • You should now be asked for a username/password: just provide the credentials you provided above.

  • Once signed-in, click the "apps" icon along the top and find the "Hello Wembley!" app we're after.

  • Click it and... job done!

  • For now, to stop the server just CTRL+C from where you started the server.

Hopefully that's the worst of it out the way.

To start getting to grips with things, let's throw on another Blueprint, this time one that provides basic school administration. For simplicity (this isn't strictly necessary when things are configured later), stop the running server with CTRL+C and...

$ roadie install github:wmfs/demo-school#master

... then re-start things again with:

$ roadie start

Return to your browser, refresh the page and have a play with the new apps that are now available to you (quick tip: create a few departments before moving onto filling-up with teachers).

License

MIT