Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

☕ CoffeeScript Playground

License

NotificationsYou must be signed in to change notification settings

huytd/coffee-now

Repository files navigation

Coffee Now is a CoffeeScript playground that execute code directly in your browser, it's not sending the code to any otherserver to do so.

The UI is minimal, so you can use it anywhere and anytime, especially on mobile device.

Let me repeat, all of the code is executed right on your browser, please proceed with care!!! I don't write this app withyour best interest in mind.

Usage

  • Use your keyboard, type in the code
  • Press Cmd + Enter or Ctrl + Enter if you're on a desktop
  • If you're on mobile, hit the Execute button
  • That's it.

You can share your code by click on the Share button, then copy the page URL and send it to anyone.

Try it online

You can try it athttps://coffee-cup.now.sh

Host it yourself

You can deploy Coffee Now as a static HTML page anywhere you want, for example, I'm usingZEIT Now.

$ yarn install$ yarn dist$ cd dist$ now

Why am I building this?

During my parental leave, I found myself solving programming challenges for fun on my phone on and off, because you can't justsit at a laptop when there's a baby just waiting to cry every random hour for every random reason.

Most of the coding playground I can find online are just sucks, they either break the editing experience on the mobileor behave badly on small screen devices. Also, they send the code to a remote server to execute it before showing you theresult, which is a waste. I'm using CoffeeScript and it should be compiled to JavaScript to run in the browser at my finger tip.

Oh, now you ask, why the "dead language"? I like doing more with less, and the beautiful syntax of CoffeeScript help me write less,especially writing code on mobile. That's why.

See JOURNAL.txt for more details.

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp