Skip to content

Commit

Permalink
Code cleanup and modified version information
Browse files Browse the repository at this point in the history
  • Loading branch information
MiGoller committed Aug 5, 2023
1 parent 8fce994 commit 01f7492
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 188 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# life360-api.js

An unofficial client for the Life360 API.
An open source client for the Life360 API.

## Features

Expand All @@ -12,7 +12,7 @@ An unofficial client for the Life360 API.
## Install

```bash
$ npm add life360-api.js
npm add life360-api.js
```

## Quickstart
Expand Down Expand Up @@ -46,6 +46,14 @@ main();

## Changelog

### 0.4.0

- Implemented [Kenny Harrer](https://github.com/KennyHarrer)'s suggestion to [log in using saved sessions](https://github.com/MiGoller/life360-api.js/issues/19)

### 0.3.1

- (MiGoller) Fix for [Life360 API changes](https://github.com/MiGoller/life360-api.js/issues/22)

### 0.3.0

- (MiGoller) Many improvements regarding stability.
Expand Down Expand Up @@ -75,7 +83,7 @@ main();

### MIT License

Copyright (c) 2021 MiGoller (https://github.com/MiGoller/)
Copyright (c) 2021-2023 [MiGoller](https://github.com/MiGoller/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "life360-api.js",
"version": "0.3.1",
"description": "An unofficial client for the Life360 API.",
"version": "0.4.0",
"description": "An open source client for the Life360 API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
Loading

0 comments on commit 01f7492

Please sign in to comment.