DEPRECATED - Migrated to https://github.com/mozilla/fxa
Перейти к файлу
Sean McArthur aaec215847 adding worker config sample 2014-08-26 15:16:22 -07:00
bin review fixes, delete route, and more 2014-08-22 16:33:58 -07:00
config adding worker config sample 2014-08-26 15:16:22 -07:00
coverage add coverage reporting to grunt-mocha-test 2014-06-21 22:21:03 -07:00
docs add docs for DELETE 2014-08-26 15:12:07 -07:00
lib fix avatar ids to be 32-hex 2014-08-22 16:54:09 -07:00
scripts add worker bin to run_dev.js 2014-08-14 09:27:23 -07:00
tasks avatars wip 2014-08-13 18:50:19 -07:00
test fix avatar ids to be 32-hex 2014-08-22 16:54:09 -07:00
.awsbox.json awsboxical 2014-02-12 11:53:41 -08:00
.gitignore avatars wip 2014-08-13 18:50:19 -07:00
.jscs.json Adding npm shrinkwrap and updating deps 2014-07-18 14:18:33 -07:00
.jshintrc review fixes, delete route, and more 2014-08-22 16:33:58 -07:00
.travis.yml review fixes, delete route, and more 2014-08-22 16:33:58 -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 avatars wip 2014-08-13 18:50:19 -07:00
npm-shrinkwrap.json avatars wip 2014-08-13 18:50:19 -07:00
package.json avatars wip 2014-08-13 18:50:19 -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

Dependencies:

  • gm (GraphicsMagick)

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