DEPRECATED - Migrated to https://github.com/mozilla/fxa
bfc8ec1ea0
Older versions of convict depend on an insecure version of the validator module. |
||
---|---|---|
bin | ||
config | ||
coverage | ||
docs | ||
lib | ||
scripts | ||
tasks | ||
test | ||
.gitignore | ||
.jscs.json | ||
.jshintrc | ||
.travis.yml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
npm-shrinkwrap.json | ||
package.json |
README.md
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