/fxa-profile-server

Firefox Accounts profile attached service. (w/ WebPlatform customizations)

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

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