We currently share many resources within the Web Development team, either through Email or other means. There are potentially better ways to do this, such as making use of social bookmarking services like Kippt, Delicious or Pocket. During the first AKQA Hack Day we'd like to attempt to create an internal link-sharing service leveraging the Kippt API. The idea is to contribute to the AKQA Web Development list internally, then build a service that can aggregate and mail the links out on a weekly basis with the eNewsletter grouping togeather content by hastags. e.g #javascript, #java, #css3 etc.
Create a Node.js Application which sits on Heroku. The application spins up once a week, collects the latest content from our AKQA Development List via the Kippt API, sorts into groups, creates the eNewsletter and emails out over the SMTP server (Mandrill / Maill chimp plugin for Heroku)
If we have capacity we could also publish a web page version or pull them in to the AKQA Dev Blog and auto tweet the link out.
- Abid Din
- Owain Llewellyn
- Andrew Smith
- Den O'dell
- Tom Maton
- Robin Weston
- Scott van Looy (provided he can find a flight)
- Nacho Gil
- Christopher Marsh
- Martin Shaw
- James Lelyveld
- HTML5
- CSS3
- JS
- Node
To get the required dependencies for the hack day project simply run:
npm install
Agile deployment for Ruby, Node.js, Clojure, Java, Python, and Scala. Get up and running in minutes, and deploy instantly with git. Focus 100% on your code, and never think about servers, instances, or VMs again. Libraries
Express is a minimal and flexible node.js web application framework, providing a robust set of features for building single and multi-page, and hybrid web applications.
This is a module to easily create custom SMTP servers and clients - use SMTP as a first class protocol in Node.JS!
MailParser is an asynchronous and non-blocking parser for node.js to parse mime encoded e-mail messages. Handles even large attachments with ease - attachments can be parsed in chunks and streamed if needed.
mandrill-node is a node.js module for interfacing with MailChimp's Mandrill API
A wrapper for the kippt.com API
Javascript Unit testing framework
Online project hosting using Git. Includes source-code browser, in-line editing, wikis, and ticketing. Free for public open-source code. Hack Day Kippt Repo (https://github.com/owain-llewellyn-akqa/hackday01-kippt)
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins,selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.