URL Metadata Extractor
An app that displays metadata of a URL
Features
- Extract Image and Description from the URL
- Save information from
facebook
andtwitter
metatags - Displays a cool gif if image is not found
Setup
Requirements
node
yarn
ornpm
mongodb
using yarn
yarn install
will install all the packages and dev depenciesyarn start
will start the app on3000
portyarn dev
will start the app usingnodemon
with live reloading
using npm
npm install
will install all the packages and dev depenciesnpm start
will start the app on3000
portnpm dev
will start the app usingnodemon
with live reloading
- to re-build front end code you can use
webpack --watch
or simplywebpack
commands