Skip to content

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

Notifications You must be signed in to change notification settings

technicallykind/tkn

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

Packages

No packages published