• Stars
    star
    7
  • Rank 2,294,772 (Top 46 %)
  • Language
    JavaScript
  • Created over 9 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A handy reference app to help you identify wild Pokémon.

More Repositories

1

ration

A Vue.js + Sails 1.0 example app
JavaScript
304
star
2

fleet-osquery-in-a-box

Simple Docker-based quickstart for osquery, Fleet, and ELK stack
60
star
3

waterline2

Proposed impl. for next-gen of waterline (see ROADMAP.md for contrib guidelines)
JavaScript
56
star
4

parasails

Lightweight structures for apps with more than one page. Built on top of Vue.js.
JavaScript
51
star
5

sails-hook-orm-mongoose

An override for the orm hook in Sails. Loads and instantiates your model files as Mongoose models instead of Waterline models.
JavaScript
32
star
6

kit

A suite of command-line utilities. Everything from checking NPM dependencies to converting text to ASCII art.
JavaScript
32
star
7

sails-mandrill

Mandrill adapter for sails.js (deprecated! please see machinepack-mandrill)
JavaScript
29
star
8

node-deezer

Unofficial Node.js wrapper for the Deezer API
28
star
9

parley

Flow control harness for implementors. Builds a Deferred object that supports async/await, promise chaining, and conventional Node callbacks.
JavaScript
24
star
10

flaverr

Utility library for building tastier errors and stack traces in JavaScript.
JavaScript
22
star
11

emobook-platzi-example-from-short-original-live-course-circa-2015

JavaScript
20
star
12

machinepack-github

Communicate with the Github API to get repos, commits, etc.
JavaScript
17
star
13

sails-todo

port of the TodoMVC sample app with the backend pointed at Sails.js
JavaScript
15
star
14

chatkin

Conversations in barely-augmented reality.
JavaScript
14
star
15

sails-deploy-azure

The official Microsoft Azure deployment strategy for Sails.js.
JavaScript
14
star
16

sails-sql

SQL adapter for Sails/Waterline. Supports MySQL and Microsoft SQL Server (MSSQL)
JavaScript
12
star
17

root-require

require() using a relative path from the root directory of the present module
JavaScript
11
star
18

sails-generate-new-but-like-express

Generate a lightweight Sails app that looks like an Express app
JavaScript
11
star
19

machinepack-passwords

**This has been consolidated into sails-hook-organics** -- Encrypt or compare passwords in Node.js using BCrypt.
JavaScript
11
star
20

machinepack-pokemon

Fetch data about Pokémon, their moves, abilities, types, egg groups and much much more.
JavaScript
11
star
21

cursors

A simple example of realtime cursor sharing built w/ Sails.
JavaScript
8
star
22

machinepack-zip

Zip and unzip files or directories in Node.js.
JavaScript
8
star
23

sails-deploy

This custom command for Sails deploys your app to any PaaS host like Azure, Heroku, EBS, etc. who implements a compatible strategy.
JavaScript
7
star
24

brushfire

JavaScript
7
star
25

sails-todomvc

TodoMVC examples
JavaScript
7
star
26

machinepack-azure

Work with the Windows Azure API.
JavaScript
7
star
27

hydroplane

Open source webhook gateway (serverlus for the rest of us)
JavaScript
6
star
28

sails-jsdom

Sails adapter for JSDom
JavaScript
6
star
29

machinepack-fs

Work with the local filesystem; list files, write files, etc.
JavaScript
5
star
30

machinepack-mandrill

Node.js machines for use with the Mandrill API
JavaScript
5
star
31

machinepack-npm

Node.js SDK to interact programatically with a public or private NPM repository.
JavaScript
5
star
32

orm-hook-override-example-mongoose

This is an example app demonstrating how to override the ORM hook in Sails (in this case using sails-hook-orm-mongoose.)
JavaScript
5
star
33

sails-hook-sextant

Sextant is a hook that whitelists particular routes in your Sails app based on your deployment configuration. Provides infrastructural flexibility for big apps, while allowing you to continue to keep all of your source code in a single repo.
JavaScript
5
star
34

sails-cli

Experimental standalone CLI for Sails.
JavaScript
4
star
35

BackBrace

Form validation library for backbone.js
JavaScript
4
star
36

machinepack-ocr

Recognize text in images using OCR (optical character recognition) techniques.
JavaScript
4
star
37

machinepack-elasticsearch

Access the ElasticSearch API in Node.js.
JavaScript
4
star
38

list-directory-contents

JavaScript
3
star
39

machinepack-git

Machines for working with the git command line interface.
JavaScript
3
star
40

machinepack-jsonschema

Node.js utility for working with the JSON-schema spec.
JavaScript
3
star
41

skipper-memory

JavaScript
3
star
42

angularsailsdemo

Demo using AngularJS in a SailsJS app
JavaScript
3
star
43

zolis-mmo

Sails adaptation of Zoli's MMO
JavaScript
3
star
44

sails-core

Experimental standalone package for Sails core.
JavaScript
3
star
45

beacon

A streamlined web publishing concept, for Sails.js
JavaScript
3
star
46

machinepack-moneywave

Integrate with the Moneywave API (Flutterwave) for payments and transfers in your JavaScript/Node.js/Sails.js app.
JavaScript
3
star
47

machinepack-registry

Node.js API wrapper for the public machine registry on node-machine.org.
JavaScript
2
star
48

sso-example

**WORK IN PROGRESS** (Please do not use this.)
JavaScript
2
star
49

sails-generate-gruntfile-gake

A `Gruntfile.js` for Sails.js with federated tasks
JavaScript
2
star
50

trainer

Get your Pokemons' IVs from Pokemon Go based on screenshots from your phone or tablet. (CAVEAT: THIS IS UNFINISHED! However, the OCR and arc position math does mostly work. Tested on iPhone 6.)
JavaScript
2
star
51

machinepack-prompts

Produce interactive prompts in the console and consume the answers.
JavaScript
1
star
52

bonjour

App we built together @ Hetic
JavaScript
1
star
53

sails-moduleloader-circa-2013

Extremely simple module loader for sails, waterline, and related projects
JavaScript
1
star
54

hello-nodejs-austin

JavaScript
1
star
55

privateer

Integrate with exchanges like Bitfinex for cryptocurrency trading in your JavaScript/Node.js/Sails.js app. Supports Bitcoin, Ethereum, and more.
JavaScript
1
star
56

machinepack-nodejsaustin

JavaScript
1
star
57

expose-locals-to-browser-xss-test-app

Sandbox for the `exposeLocalsToBrowser` view helper in Sails. (Fully supported in Sails@edge of September 2016)
JavaScript
1
star
58

get-50shadesofgrey-snippet

forked from https://github.com/mattbierner/fifty-shades-of-dyspepsia
JavaScript
1
star
59

set-dateout

Like setTimeout, but for dates in the far future
JavaScript
1
star
60

orm-hook-override-example-general

An example of using standalone `sails-hook-orm` as an override
JavaScript
1
star
61

angular-sails

How do I use angular and sails together?
1
star
62

mean-stack

JavaScript
1
star
63

stringfile

Utility for pulling output/console messages into a standalone file for translation, easy access for non-technical folks, stakeholder review, etc.
JavaScript
1
star
64

recreates-issue-with-sessions-and-sockets

UPDATE: this is resolved in [email protected]
JavaScript
1
star
65

dom-fundamentals

Dom Fundamentals Part 1: Display
JavaScript
1
star