Skip to content

Instantly share code, notes, and snippets.

View nskerl's full-sized avatar

nathan.skerl nskerl

  • California, USA
View GitHub Profile
@nskerl
nskerl / Startup.cs
Last active August 29, 2015 14:20 — forked from NickCraver/Startup.cs
using System;
using System.Threading.Tasks;
using System.IO;
using System.Text.RegularExpressions;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.Framework.DependencyInjection;
namespace IFTTTEndpoint
{