784 B
784 B
Firefox Accounts Profile Service
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