DEPRECATED - Migrated to https://github.com/mozilla/fxa
Перейти к файлу
Peter deHaan c45f3132f0 updating hapi and request 2014-08-07 10:11:21 -07:00
bin add summary logging 2014-05-12 11:38:49 -07:00
config default logging tojson 2014-06-09 13:49:04 -07:00
coverage add coverage reporting to grunt-mocha-test 2014-06-21 22:21:03 -07:00
docs docs! 2014-05-19 16:26:11 -07:00
lib for prod/stage get a git sha from config/version.json which the rpm build will provide 2014-06-21 23:52:36 -04:00
scripts upload an avatar 2014-02-13 14:38:38 -08:00
tasks use text-cov for coverage in console 2014-08-05 14:57:02 -07:00
test remove code related to avatars 2014-06-04 11:17:28 -07:00
.awsbox.json awsboxical 2014-02-12 11:53:41 -08:00
.gitignore add coverage reporting to grunt-mocha-test 2014-06-21 22:21:03 -07:00
.jscs.json Adding npm shrinkwrap and updating deps 2014-07-18 14:18:33 -07:00
.jshintrc init profiles 2014-02-04 12:27:40 -08:00
.travis.yml adding shortcut to check for old modules 2014-08-05 14:37:31 -07:00
Gruntfile.js Adding npm shrinkwrap and updating deps 2014-07-18 14:18:33 -07:00
LICENSE init profiles 2014-02-04 12:27:40 -08:00
README.md Typo in API.md link 2014-05-19 17:24:52 -07:00
npm-shrinkwrap.json updating hapi and request 2014-08-07 10:11:21 -07:00
package.json updating hapi and request 2014-08-07 10:11:21 -07:00

README.md

Firefox Accounts Profile Service

Build Status

A server to provide common profile-related data for a Firefox Account. Such as name, avatar, location, age, gender, etc.

Development

Installation:

git clone https://github.com/mozilla/fxa-profile-server
cd fxa-profile-server
npm install

Running tests:

npm test

Running the server locally:

npm start

License

MPL v2.0