Skip to content

ceeghee/nestjs-url-parser

Repository files navigation

Nestjs Url Parser

Description

NestUrlParser Extract basic metadata like title, description and largest image from a url .

Installation

$ npm install

Running the app

# development
$ npm run start [localhost:3000/graphql]

# watch mode
$ npm run start:dev [localhost:3000/graphql]

# production mode
$ npm run start:prod [localhost:[port]/graphql]

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

About

retrieve basic meta-data from a webpage using nestjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published