The following information is displayed from the specified url.
- og:image
- title (not og:title)
- url (not og:url)
- description (not og:description)
Git clone or download this repository, and install node modules.
$ yarn i
- Input the following command and run in the terminal.
$ yarn start
Also you can specify access port like below (default is 3000).
$ PORT=3001 yarn start
- Access http://localhost:3000/ on browser.
- Input urls in the textarea and click the CHECK button.
webpack + server(express)
$ yarn run dev
$ yarn run lint
$ yarn run build