DEPRECATED - Migrated to https://github.com/mozilla/fxa
Перейти к файлу
Sean McArthur 470ecd8fa3 jscs fixes for scripts/aws.js 2014-02-12 12:38:06 -08:00
bin logger.debug(config) at startup 2014-02-11 15:15:34 -08:00
config awsbox.json config, and file log handler 2014-02-12 12:11:56 -08:00
lib show commit hash along with version 2014-02-12 12:34:36 -08:00
scripts jscs fixes for scripts/aws.js 2014-02-12 12:38:06 -08:00
tasks POST /avatar and GET /user 2014-02-10 13:05:42 -08:00
test mysql works 2014-02-12 11:46:50 -08:00
.awsbox.json awsboxical 2014-02-12 11:53:41 -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 add mysql db driver 2014-02-11 22:08:56 -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 add awsbox dependency 2014-02-12 11:53:41 -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