1.0.1 • Published 1 year ago

mrowz v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago
  • To use
const getCode = require('mrowz');

getCode('WEBSITE_URL/FILE_NAME')
.then(data => {
    console.log(data); // logs the contents of style.css to the console
  })
  .catch(error => {
    console.error(error.message); // logs an error message if the fetch request fails
  });
1.0.1

1 year ago

1.0.0

1 year ago