Nicolas P.
Nicolas P.
Hi @zeel-codder, did you try to require the `index.js` file at the root of the repo ? ```javascript const validator = require('./index.js') console.log(validator.isEmail('[email protected]')) ```
To use `import ... from ...` with NodeJS I had to use the following argument: ``` node --es-module-specifier-resolution=node ./file.js ```
Hello @shreyanshmalvya do you still plan to work on this issue? Or may I take look at it?
Hi Ladinstar, Have you tried to use the following API : https://github.com/ovh/php-ovh ? There are more recent updates compared to this one (https://github.com/ovh/php-ovh-sms)
Hi I've just fixed my bookmarklet https://github.com/0kyn/bookmarklets/blob/main/github/first-commits.js (mostly adapted from @bpceee one) !
Hello @SanthoshS20, IMHO contributing for first timers is not a waste of time. Even if this project has been excluded, it remains an opportunity to share and learn! :)