5.2.8 • Published 4 months ago

@aller/external-id v5.2.8

Weekly downloads
1,188
License
ISC
Repository
github
Last release
4 months ago

@aller/external-id

Library for creating an ID from an URL.

Usage

Code:

import getExternalId from '@aller/external-id';

const id = getExternalId(
	'https://www.dagbladet.no/nyheter/sjokkerte-allierte-pa-flyet-til-singapore---kim-ma-ikke-fa-se-noen-amerikansk-svakhet/69887776',
);
console.log(id);

Output:

dagbladet.no/69887776

getStrippedHost

import { getStrippedHost } from '@aller/external-id';

const host = getStrippedHost(
	'https://www.somedomain.com/some-url/sub-url?query-parameter=123',
);
console.log(id);

Output:

somedomain.com

Running tests

  • npm run test Runs linter and tests
  • npm run test:eslint Runs linter
  • npm run test:ava Runs tests
  • npm run test:verbose Runs tests with verbose output
  • npm run test:watch Automatically runs tests on save
  • npm run test:coverage Checks code coverage
5.2.8

4 months ago

5.2.7

2 years ago

5.2.2

2 years ago

5.2.5

2 years ago

5.2.1

3 years ago

5.2.1-beta.0

3 years ago

5.2.1-beta.1

3 years ago

5.2.0

3 years ago

5.1.2

3 years ago

5.0.2

3 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.3.2

4 years ago

4.3.1

4 years ago

4.3.0

4 years ago

4.2.1

4 years ago

4.2.0

4 years ago

4.1.2

5 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.16

5 years ago

4.0.15

5 years ago

4.0.14

5 years ago

4.0.13

5 years ago

4.0.12

5 years ago

4.0.11

5 years ago

4.0.10

6 years ago

4.0.9

6 years ago

4.0.8

6 years ago

4.0.7

6 years ago

4.0.6

6 years ago