Skip to content

littlepad/ogimage-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

og:image checker

The following information is displayed from the specified url.

  • og:image
  • title (not og:title)
  • url (not og:url)
  • description (not og:description)

Installation and Usage

Installation

Git clone or download this repository, and install node modules.

$ yarn i

Usage

  1. 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
  1. Access http://localhost:3000/ on browser.
  2. Input urls in the textarea and click the CHECK button.

Task for Development

Development

webpack + server(express)

$ yarn run dev

Lint

$ yarn run lint

Build

$ yarn run build

About

Display og:image of specified url.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages