Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/randyhoulahan/to-amp
Convert html to google AMP html
https://github.com/randyhoulahan/to-amp
accelerated-mobile-pages google-amp html-to-amp nodejs
Last synced: about 20 hours ago
JSON representation
Convert html to google AMP html
- Host: GitHub
- URL: https://github.com/randyhoulahan/to-amp
- Owner: randyhoulahan
- License: mit
- Created: 2019-02-09T11:38:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T14:55:01.000Z (11 months ago)
- Last Synced: 2024-12-14T01:04:14.176Z (9 days ago)
- Topics: accelerated-mobile-pages, google-amp, html-to-amp, nodejs
- Language: JavaScript
- Size: 2.29 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# to-amp
[![codebeat][codebeat-src]][codebeat-href]
[![David-DM][david-dm-src]][david-dm-href]
[![Standard JS][standard-js-src]][standard-js-href]
[![Circle CI][circle-ci-src]][circle-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![size][bundlephobia-src]][bundlephobia-href]> Google AMP (Accelerated Mobile Pages) utility module. ALPHA-not stable
## Setup
## Development
- Clone this repository
- Install dependencies using `yarn install` or `npm install`
- Do a PR## TODO
- refactor to smaller parts
- remove cherio in favor of html-sanitize
- pass html-sanitize options## License
[MIT License](./LICENSE)
Copyright (c) Randy J. Houlahan
[david-dm-src]: https://david-dm.org/randyhoulahan/to-amp/status.svg?style=flat-square
[david-dm-href]: https://david-dm.org/randyhoulahan/to-amp
[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square
[standard-js-href]: https://standardjs.com
[circle-ci-src]: https://img.shields.io/circleci/project/github/randyhoulahan/to-amp.svg?style=flat-square
[circle-ci-href]: https://circleci.com/gh/randyhoulahan/to-amp
[codecov-src]: https://img.shields.io/codecov/c/github/randyhoulahan/to-amp.svg?style=flat-square
[codecov-href]: https://codecov.io/gh/randyhoulahan/to-amp
[npm-version-src]: https://img.shields.io/npm/dt/to-amp.svg?style=flat-square
[npm-version-href]: https://npmjs.com/package/to-amp
[npm-downloads-src]: https://img.shields.io/npm/v/to-amp/latest.svg?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/to-amp
[codebeat-src]: https://codebeat.co/badges/52e4e261-5b9d-4ab1-9871-701a4fcd161d
[codebeat-href]: https://codebeat.co/projects/github-com-randyhoulahan-to-amp-master
[bundlephobia-src]: https://badgen.net/bundlephobia/minzip/to-amp
[bundlephobia-href]: https://bundlephobia.com/[email protected]