The Wayback Machine - https://web.archive.org/web/20200514203549/https://github.com/JamesMessinger
Skip to content
Pro
Block or report user

Report or block JamesMessinger

Hide content and notifications from this user.

Learn more about blocking users

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse

Organizations

@chaijs @gatsbyjs @ShipEngine @APIDevTools @JS-DevTools @CodeEngineOrg
Block or report user

Report or block JamesMessinger

Hide content and notifications from this user.

Learn more about blocking users

Contact Support about this user’s behavior.

Learn more about reporting abuse

Report abuse

Pinned

  1. Swagger 2.0 and OpenAPI 3.0 parser/validator

    JavaScript 598 95

  2. Parse, Resolve, and Dereference JSON Schema $ref pointers in Node and browsers

    JavaScript 417 113

  3. Comparisons of powerful API testing tools

    JavaScript 19 20

  4. Swagger 2.0 middlware and mocks for Express.js

    JavaScript 492 191

  5. 1
    // This works on all devices/browsers, and uses IndexedDBShim as a final fallback 
    2
    var indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB || window.shimIndexedDB;
    3
    
                  
    4
    // Open (or create) the database
    5
    var open = indexedDB.open("MyDatabase", 1);
  6. A REST API for technology-themed superheroes

    JavaScript 1 1

3,870 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.