Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

methuss

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

methuss

html meta tags(opengraph/twittercard) fetch/parse/cache server

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Methuss

html meta tags(opengraph/twittercard) fetch/parse/cache server.

Developer Install

Install Prerequisites

as you wish ;)

Install Methuss and its Dependencies
$ git clone git@github.com:iolo/methuss.git
$ cd methuss
$ npm install
Launch Methuss

run with npm:

$ npm start

or run with your favorite process manager such as nodemon or pm2 or forever or else:

$ nodemon index.js
Debug

To see verbose debug log:

$ export DEBUG='*'

before run.

Install Methuss with Its Dependencies
$ npm install -g methuss
Launch Methuss
$ methuss-server

Usage

get meta tags as json/html/xml and image with Accept header:

$ curl 'localhost:3000/metas?url=http://ppss.kr' -H 'Accept:application/json'

or format in url:

$ curl 'localhost:3000/metas.json?url=http://ppss.kr'
$ curl 'localhost:3000/metas.html?url=http://ppss.kr'
$ curl 'localhost:3000/metas.xml?url=http://ppss.kr'
$ curl 'localhost:3000/metas.png?url=http://ppss.kr'

or else...

may the source be with you...

FAQs

Package last updated on 29 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts