DEPRECATED - Migrated to https://github.com/mozilla/fxa
Перейти к файлу
Ryan Kelly bfc8ec1ea0 chore(dependencies): update convict dependency to v0.6
Older versions of convict depend on an insecure version of the validator
module.
2014-11-17 10:53:10 +11:00
bin feat(logging): use mozlog with heka format 2014-10-30 16:24:49 -07:00
config feat(logging): use mozlog with heka format 2014-10-30 16:24:49 -07:00
coverage add coverage reporting to grunt-mocha-test 2014-06-21 22:21:03 -07:00
docs add oauthError 2014-08-27 09:38:09 -07:00
lib feat(logging): use mozlog with heka format 2014-10-30 16:24:49 -07:00
scripts chore(dependencies): update dependencies 2014-10-30 16:31:12 -07:00
tasks chore(build): generate changelogs on each release 2014-10-20 12:48:40 -07:00
test feat(server): enable HSTS maxAge six months 2014-10-20 12:44:36 -07: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 disable aws tests on travis for now 2014-08-27 09:33:44 -07:00
CHANGELOG.md v0.26.0 2014-11-12 15:50:57 -08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-08-18 15:19:54 -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 chore(dependencies): update convict dependency to v0.6 2014-11-17 10:53:10 +11:00
package.json chore(dependencies): update convict dependency to v0.6 2014-11-17 10:53:10 +11: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