15.0.4 • Published 2 months ago

fidj v15.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
2 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

15.0.3

2 months ago

15.0.4

2 months ago

15.0.1

2 months ago

14.2.10

12 months ago

3.3.6

4 years ago

3.3.5

4 years ago

3.3.1

4 years ago

3.3.0

4 years ago

3.3.4

4 years ago

3.3.3

4 years ago

3.3.2

4 years ago

2.1.44

4 years ago

2.1.43

4 years ago

2.1.42

4 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

5 years ago

2.1.35

5 years ago

2.1.34

5 years ago

2.1.33

5 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

6 years ago

2.1.23

6 years ago

2.1.22

6 years ago

2.1.21

6 years ago

2.1.20

6 years ago

2.1.19

6 years ago

2.1.18

6 years ago

2.1.17

6 years ago

2.1.16

6 years ago

2.1.15

6 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