You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Algolite
2
2
An Implementation of Algolia to emulate its REST API on your local machine or CI environments in order to speed up your development and testing cycles.
3
3
4
-
# Installation
4
+
##Installation
5
5
6
6
```
7
7
npm run -g algolite
8
8
```
9
9
10
-
# Example
10
+
##Example
11
11
12
12
```
13
13
$ algolite --help
@@ -42,4 +42,10 @@ await index.addObject({
42
42
})
43
43
44
44
constresult=awaitindex.search('Algolia')
45
+
```
46
+
47
+
## Docker Image
48
+
49
+
```
50
+
docker run --rm -p 9200:9200 --name algolite marconi1992/algolite:0.1.1
0 commit comments