ingress-glyphs

1.1.2 • Public • Published

Background

This provides a list of canonical names for each of the core glyphs used in glyph hacking sequences that can be consumed without dedencies.

Installation

npm install
npm build
npm test

This runs code coverage against the unit tests and creates the ES4 module that can be consumed by Browserify.

Usage

node

var ingress = require('@jwalsh/ingress-glyphs');

console.log('Glyphs: ', Object.keys(ingress.glyphs).length);
console.log('Aliases: ', Object.keys(ingress.aliases).length);
console.log('Sequences: ', Object.keys(ingress.sequences).length);

web

<script src="http://p.wal.sh/ingress/ingress.js"></script>
<script>
  console.log(ingress);
</script>

Example

Glyphs

img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img img

Sequences

| recharge present recharge human soul | rechargepresentrechargehumansoul | | want truth pursue difficult path | wanttruthpursuedifficultpath | | strong together attack together chaos | strongtogetherattacktogetherchaos | | strong together attack together destiny | strongtogetherattacktogetherdestiny | | react rebel question shapers lie | reactrebelquestionshaperslie |

Data

This pulls in data from:

Readme

Keywords

none

Package Sidebar

Install

npm i ingress-glyphs

Weekly Downloads

3

Version

1.1.2

License

MIT

Last publish

Collaborators

  • jwalsh