14.2.10 • Published 4 months ago

fidj v14.2.10

Weekly downloads
5
License
MIT
Repository
github
Last release
4 months ago

Build Status NPM version Package Quality

Install | APIs | Support | In progress | Thanks!

1) You're an app builder

Thank you for building great app. Fidj.ovh will support you to manager auth, session storage.

The easiest way

From scratch, with yeoman like described here : https://github.com/ofidj/fidj/wiki/How-build-a-freemium-angular-mobile-application-in-10-minutes

yo fidj

The normal way

Install with NPM :

npm install fidj --save

Look at APIs and integration patterns described in https://ofidj.github.io/fidj/

In brief :

// init your app
await fidjService.init('Your FidjAppId from https://fidj.ovh');

// login (auto register) your user
await fidjService.login('login', 'password');

// synchronise your session data
await fidjService.sync();

// put your data into session, 
// it will be available everywhere but also offline
await fidjService.put({data : 'my session'});

//... sync, get data and so on

// logout if needed
await fidjService.logout();

2) You're a fidj dev

Thank you for your support !

Fidj.ovh is an Open Source project - we need you to provide great tools to great apps.

Develop

Fork the project

git clone https://github.com/ofidj/fidj.git
cd fidj
npm install

And make pull request ...

Testing

With npm :

$ npm test

With a OpenAPI (TODO) :
https://app.swaggerhub.com/api/mlefree/fidj-io_rest_api/

Release notes

In Release notes.

Thanks

@fidj @mat_cloud

14.2.10

4 months ago

3.3.6

3 years ago

3.3.5

3 years ago

3.3.1

3 years ago

3.3.0

3 years ago

3.3.4

3 years ago

3.3.3

3 years ago

3.3.2

3 years ago

2.1.44

3 years ago

2.1.43

3 years ago

2.1.42

3 years ago

2.1.41

4 years ago

2.1.40

4 years ago

2.1.39

4 years ago

2.1.38

4 years ago

2.1.37

4 years ago

2.1.36

4 years ago

2.1.35

4 years ago

2.1.34

4 years ago

2.1.33

4 years ago

2.1.32

5 years ago

2.1.31

5 years ago

2.1.30

5 years ago

2.1.29

5 years ago

2.1.28

5 years ago

2.1.27

5 years ago

2.1.26

5 years ago

2.1.25

5 years ago

2.1.24

5 years ago

2.1.23

5 years ago

2.1.22

5 years ago

2.1.21

5 years ago

2.1.20

5 years ago

2.1.19

5 years ago

2.1.18

5 years ago

2.1.17

5 years ago

2.1.16

5 years ago

2.1.15

5 years ago

2.1.14

6 years ago

2.1.13

6 years ago

2.1.12

6 years ago

2.1.11

6 years ago

2.1.10

6 years ago