samusgray / gender-identities

JSON Objects to add gender diversity into your website :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#JSON Gender Identities

Facebook recently did something cool and expanded the ways a user could identify their gender on the site.

Node.js

  1. Simply install via npm: npm install gender-identities --save.
  2. Then require: var gidentities = require('gender-identities');
  3. Use: console.log(gidentities.identities);

##Can I Contribute? Please, go for it!

If I'm missing an identitiy, pronoun, or when the example code comes around please feel encouraged modify or improve any of the code in this repositoy!

Other things that need improvement:

  • The example scrips can always be improved and added for new technologies
  • Aside from JSON and CSON, you can fork and add functionality to other platforms
  • The landing page is always welcome for some improvement

##Usage Please use this however and wherever you want. There's some simple examples on my site demoing a basic dropdown control with the HTML <select> element at this link.

About

JSON Objects to add gender diversity into your website :)


Languages

Language:CoffeeScript 50.0%Language:JavaScript 50.0%