Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Token Name Service

The easiest, most unruggable, and comprehensive token data service.

Getting started:

Run npm i tkn from the command line

then:

import { tkn } from 'tkn';
const data = await tkn.fetch('eth');

Developing:
npm i
npm test


Publishing:
Update version in package.json
git commit -m "commit message"
npm login
git tag <v0.1.0 (version label)> <1f2d3a4 (commit sha)>
git push origin --tags
npm publish

About

Simple word tokeniser that ignores punctuation. Returning an `Array` of words.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages