rkazakov / ampify

Convert your HTML to Google AMP (Accelerated Mobile Pages)
MIT License
109 stars 32 forks source link

add axios and fix request errors #21

Closed bkniffler closed 5 years ago

bkniffler commented 6 years ago

Wouldn't say its the most sophisticated way, but it works well :)

rkazakov commented 6 years ago

Thanks for your contribution, @bkniffler! Will you be able to use promises instead of async/await as we want to keep Node support prior to version 8? Also can I ask you to add unit test coverage for your code please?