myConsole
A simple JavaScript editor for you phone, in JavaScipt.
A live version of it is hosted here.
For further actions, you may consider blocking this person and/or reporting abuse
For further actions, you may consider blocking this person and/or reporting abuse
How do I
npm install
? :DYou don't. Just clone it if you want to host your own application, or just go to the live version at victorqribeiro.com/myConsole and add it to your honescreen.
Let me rephrase. How do I import libraries like
import S from 'sanctuary';
to play with in sandbox?You can add an external script, from a CDN or something.
let script = document.createElement('script');
script.src = 'site.com/script.js';
document.body.appendChild(script);
Awesome!
it says the site can't be reached
My hosting service was having trouble with some hackers last week so they put up a region block. Where are you in the world?
i am from india
Unfortunately you are in one of the blocked regions. I will contact my hosting service first thing in the morning and see if there's something they can do about it. I had similar issues on my last project, at least two other people had open issue on my git hub.
Neat! though the link you posted isn't to the project.
Fixed!