DEPRECATED - Migrated to https://github.com/mozilla/fxa
Перейти к файлу
Sean McArthur 0d72fc28d1 logger.debug(config) at startup 2014-02-11 15:15:34 -08:00
bin logger.debug(config) at startup 2014-02-11 15:15:34 -08:00
config disable logs during tests 2014-02-10 16:40:28 -08:00
lib disable logs during tests 2014-02-10 16:40:28 -08:00
tasks POST /avatar and GET /user 2014-02-10 13:05:42 -08:00
test POST /avatar and GET /user 2014-02-10 13:05:42 -08:00
.gitignore POST /avatar and GET /user 2014-02-10 13:05:42 -08:00
.jscs.json require single quotation marks 2014-02-10 12:54:25 -08:00
.jshintrc init profiles 2014-02-04 12:27:40 -08:00
.travis.yml .travis.yml 2014-02-10 13:26:33 -08:00
Gruntfile.js POST /avatar and GET /user 2014-02-10 13:05:42 -08:00
LICENSE init profiles 2014-02-04 12:27:40 -08:00
README.md tweaks 2014-02-10 13:28:31 -08:00
package.json disable logs during tests 2014-02-10 16:40:28 -08:00

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

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