DEV Community

Let's make a DEV.to CLI... together

JavaScript Joel on October 15, 2018

For hacktoberfest I'm gonna make a CLI for DEV.to... Let's make it together! This is meant to be a follow along type tutorial... so follow along...
Collapse
 
leonorader profile image
Leonora Der

Looks awesome! :) Anyway why does dev.to not have an API?

Collapse
 
joelnet profile image
JavaScript Joel

Thanks! Hopefully (if you went through the tutorial) you had fun!

And I'd love to know the answer to that as well!

Collapse
 
fullstackchris profile image
Chris Frewin • Edited

There's a pull request for an API on the dev.to repo, so it looks like there will be one eventually! :)

Thread Thread
 
joelnet profile image
JavaScript Joel

This is awesome!

Collapse
 
ahmadawais profile image
Ahmad Awais ⚡️

Good stuff, Joe! Very functional! ✅

Now let me change a couple of selectors by sending Dev.to a PR #JustKidding 🤣

Collapse
 
joelnet profile image
JavaScript Joel

haha fortunately I have the files I needed downloaded to the repo. so you can always run it in dev mode to remember how it used to look before the breaking changes :D

Collapse
 
ahmadawais profile image
Ahmad Awais ⚡️

Let me send a PR to your repo as well :P

📦 NEW: update the HTML

🤣

Thread Thread
 
joelnet profile image
JavaScript Joel

🤣

Collapse
 
andy profile image
Andy Zhao (he/him)

Super impressive, what a tutorial! 👏👏👏

Collapse
 
joelnet profile image
JavaScript Joel

Thanks Andy. Hopefully this tutorial is fun a one. There's something in it for everyone to learn :)

Cheers!

Collapse
 
ben profile image
Ben Halpern

Looks great, I still haven't fully wrapped my head around it but very impressive. Definitely a good way to get people into Mojiscript 🙂

Thread Thread
 
joelnet profile image
JavaScript Joel

Functional languages are so different than imperative languages that you have no base to reference it from. It can feel like learning to program from scratch.

Learning functional concepts one article at a time, might also be difficult because you won't understand the reason you do X, until you also understand Y. So it's easy to understand the code, but not understand the why.

I'm going to be creating a bunch of functional programming articles that will attempt to solve these issues.

But I also think just diving into a fully functional language like MojiScript will be much faster than trying to comprehend what the hell a Monad is.

Cheers!

Collapse
 
almokhtar profile image
almokhtar bekkour

2 Super impressive, what a tutorial! 👏👏👏

Collapse
 
joelnet profile image
JavaScript Joel

I enjoyed making this one, so I am glad you had fun with it!

Cheers!

Collapse
 
yo profile image
Yogi

Awesome Work! Keep Doing it Great!

Collapse
 
joelnet profile image
JavaScript Joel

Hey thanks man. Really appreciate it!

Collapse
 
rpalo profile image
Ryan Palo

Wow! Nice work! There's so much here!

Thanks for putting this together :)

Collapse
 
joelnet profile image
JavaScript Joel

Looking forward to hearing your feedback after going through it :)

Collapse
 
kylegalbraith profile image
Kyle Galbraith

Great read Joel! A lot of functional stuff in here so I am gonna have to read it more than once, but very cool none the less.

Collapse
 
joelnet profile image
JavaScript Joel

Yes, it's very functional. Hopefully it was also informative and fun to go through :)

Thanks!

Collapse
 
chenge profile image
chenge

Cool, fun and helpful.

I can use it to get the whole text for Google translate. Now Google cannot translate Dev.to by URL.

Collapse
 
joelnet profile image
JavaScript Joel

Awesome!

Collapse
 
theodesp profile image
Theofanis Despoudis

It would be interesting to do it using Javascript with Sanctuary.js or Folktale.js or most.js for comparison

Collapse
 
joelnet profile image
JavaScript Joel • Edited

MojiScript makes all attempts to be compatibles with other functional libraries. So if you are familiar with Sanctuary, or Ramda, you should be able to import and use those libraries inside of MojiScript too!

Currently though some functions aren't fantasy-land spec compliant. This is on the roadmap to be supported.