1.0.5 • Published 7 years ago

non-amp-site v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago