0.3.6 • Published 8 years ago

folksonomy v0.3.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

folksonomy

a rapid taxonomy, folksonomy builder

// *~~-
// *~~- folksy.start() launches a web api to access and use your folksonomy
// *~~- and launches a CLI for you to build your folksonomy
// *~~- folksonomy remembers all
// *~~-
var folksy = require('folksonomy');
folksy.start();

start entering your taxonomy terms like:

a bat _isa mammal

is stored as

"subject": "a bat", "predicate": "_isa", "object": "mammal"

questions end in a "?" will elicit a response

what _isa mammal?

a bat

the underscore "_" starts a predicate. A space ends a predicate.

I _am_like myself

I _am me

I _am what I am

what _am I?

try it to find out

what _am what I am?

try it to find out

returns ... find out for yourself!

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago