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

aquila-server

v0.2.3

Published

Aquila API and Web App server for the Hub.

Downloads

32

Readme

Aquila Server

Aquila API Server and Web App for the Hub. Requires an Altair programmed as Bridge connected to the Hub.

This is part of the Aquila Internet of Things Plataform, for more info, see: http://www.aquila.io/en

API documentation: http://docs.aquila2.apiary.io/

Note: This version is compatible only with version of May 2015 or newer of the Aquila firmware libraries. Please update your devices accordingly.

Dependencies:

Windows

Update: Now, in Windows, you can use an installer that automatically install everything (except Visual Studio, you have to install it separately). Download it from here: Installer.

  1. Git and Git bash http://git-scm.com/download/win
  2. Python 2.7 https://www.python.org/downloads/
  3. Microsoft Visual Studio C++ Express 2010 (Includes compilers needed for some dependencies when developing Node.js applications) http://go.microsoft.com/?linkid=9709958
  4. Node.js http://nodejs.org/
  5. MongoDB http://www.mongodb.org/downloads

Note: For any tutorial where we use the command line, we recommend using "Git Bash" instead of "cmd" from windows. "Git Bash" comes included with Git.

Mac OSX

  1. Git http://git-scm.com/download/mac
  2. Node.js http://nodejs.org/
  3. MongoDB http://www.mongodb.org/downloads

Linux (Ubuntu / Debian)

  1. build-essential and git: sudo apt-get install build-essential git
  2. Node.js v0.12.7: http://nodejs.org/
  3. MongoDB: sudo apt-get install mongodb

Installation

npm install aquila-server -g

Use

  • Connect the Hub via USB

  • Start server:

    aquila-server

    Or, with ssl (https):

    aquila-server --ssl

    Note: If you want to be really serious about security, you should first generate your own security keys, you can do this with the genSSLCert.sh script included in this repository. Also, you should change your token secret, found in config/token.js.

  • Access the web App from any browser:

    From local machine:

    http://localhost:8080

    From other machine on the network:

    http://<your hub ip>:8080
  • Access the Admin interface (add users):

    http://<your hub ip>:8080/admin

    Default User: Admin, Password: Admin