Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
2 answers
884 views

Use weather API to get information in JavaScript + jQuery

Please can any code experts review and improve my code? HTML ...
spokey's user avatar
  • 33
3 votes
1 answer
95 views

Fast prototype code to hook up a webcam to the Azure Emotion API

Last week I had a 5 hours school project deadline based on the Azure Emotion API. Right now I am trying to rewrite the same code in a more clean/elegant way. I am quite new to coding so I will need ...
Vera Perrone's user avatar
2 votes
1 answer
254 views

A neighborhood map of things to do and eat in Downtown Las Vegas

I have been coding in javascript for almost a year now, and I would like your input on what I could do better. Also, any tips for organizing code a little better? Do you use MVC for every project? ...
Dream_Cap's user avatar
  • 641
0 votes
1 answer
234 views

List and post tasks with jQuery

I've written the code below to display a list of tasks from a Flask API. The form and associated .ajax method post to the API, immediately appending the data to the list of tasks. The code is working, ...
caseym's user avatar
  • 199
5 votes
1 answer
3k views

Random quote generator from API

I have built a random machine generator website. It fetches the quotes from forismatic and has a button to get a new quote. When it gets a new quote, the website color changes. It also features a ...
zelite's user avatar
  • 153
1 vote
1 answer
8k views

Weather app using the openweathermap.com API

I have been working on a simplistic weather application that utilizes the openweathermap.com API. I have an ajax call to make an HTTP request to get a JSON object that contains the data which is ...
brndng's user avatar
  • 115
5 votes
1 answer
384 views

JavaScript API for REST

[update: keeping this around for posterity, but we ultimately went to a pub/sub pattern, using Amplify.js. Amplify isn't strictly necessary to implement pub/sub, but it has some nice features and ...
Greg Pettit's user avatar
8 votes
1 answer
194 views

The effect of typing a sentence out

The following code is complete and works perfectly. What I want to do to is make it more modular in a way where I can use the code again - similar to an api. I also hardly ever code in javascript, ...
Menelik Tucker's user avatar
1 vote
1 answer
301 views

Vimeo API - Loading videos

I know my way around jQuery and JavaScript a little bit but as for optimising, I'm a bit weak but willing to learn new stuff. I'm currently loading videos onto our site from Vimeo when a user clicks ...
RustyCollins's user avatar
1 vote
1 answer
122 views

Reddit Investigator-like JS app

I am building a one-page JS app similar to redditinvestigator.com, and my goal is for it to be 100% done in JavaScript. Coming from a PHP/Java background, I'm more used to working in class oriented ...
Nathan's user avatar
  • 165
3 votes
1 answer
641 views

Object serializer

I have this little utility/helper which serializes a form into a javaScript object. ...
adardesign's user avatar
3 votes
1 answer
231 views

jQuery plugin boilerplate jquib

Inspired by jqueryboilerplate.com, I extended their boilerplate to fit my needs. Coming from PHP development, I wanted to have a good starting point for writing jQuery plugins with a defined API/...
Don André's user avatar
2 votes
1 answer
234 views

Creating JavaScript API for first time; request review

I am creating a commercial API for the first time for responsive webpages/web applications (mobile devices). I am new and, sadly, working alone as well as new to Javascript (long complicated story). ...
Griff McGriff's user avatar
2 votes
1 answer
149 views

JavaScript API that loads and houses libraries of code

I have written a JavaScript API that loads and houses libraries of code to do all sorts of things on websites. Effectively, this is (will be) the base JavaScript for all the websites I build. The ...
Ben Carey's user avatar
  • 189
2 votes
2 answers
1k views

Custom Streaming Application - Twitch

So I created this custom application and ported it into a few websites. It uses the Twitch API and pulls in active streams and the viewer count. The problem I run into is when the list gets so big it ...
Howdy_McGee's user avatar