1.1.8 • Published 6 years ago

helper-toolkit v1.1.8

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

helper toolkit

A toolkit with helper functions needed for repetitive, tedious tasks.

Installation:

npm i helper-toolkit --save

Usage:

URL functions:

import { urlFns } from 'helper-toolkit'
  • urlFns.parseQuery() split and parse window.location.query

  • urlFns.parseHash() split and parse window.location.hash

String functions:

import { stringFns } from 'helper-toolkit'
  • stringFns.capitalizeFirstLetter('hello word') capitalize first letter of each word in a string

geometry functions:

import { geometryFns } from 'helper-toolkit'
  • geometryFns.long2tile(-90.5, 12) get tile number from longitude and zoom number

  • geometryFns.lat2tile(24.3, 8) get tile number from latitude and zoom number

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago