Nestjs Url Parser
NestUrlParser Extract basic metadata like title, description and largest image from a url .
$ npm install
# 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]
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Author - Goodluck Ekene
- Twitter - @goodluck_ekene