1.0.5 • Published 6 years ago

non-amp-site v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

non-amp-site

An npm package to get the non-amp version of an amp site.

Usage

const nonAmp = require("non-amp-site")

nonAmp("https://website.com/amp/article.html").then(console.log)
// logs "https://website.com/article.html" or whatever the non-amp version is

Installation

yarn add non-amp-site

or

npm install non-amp-site --save

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago