diff --git a/app/views/pages/api.html.haml b/app/views/pages/api.html.haml
index c93068eb..95f51025 100644
--- a/app/views/pages/api.html.haml
+++ b/app/views/pages/api.html.haml
@@ -239,6 +239,14 @@
=link_to('johnhaugeland', badge_path(:username => 'johnhaugeland'), :class => 'author')
%h5 C
+ %li
+ %h4
+ =link_to("Another extended NodeJS client for Coderwall API", "https://github.com/MohammedFadin/coderwall-node", :target => :new)
+ by
+ =link_to('mohammedfadin', badge_path(:username => 'mohammedfadin'), :class => 'author')
+ %h5 C
+
+
%li
%h4
=link_to("Command line client for coderwall", "https://github.com/lest/coderwall-cli", :target => :new)