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
The project contains a simple AWS lambda function that invokes an endpoint to start the caching process for feature statistics calculation.
50
28
51
29
It does not implement authentication, since the REST API does not contain any.
52
30
53
-
54
-
<!-- GETTING STARTED -->
55
-
## Getting Started
56
-
57
-
To get a local copy up and running follow these simple steps.
58
-
59
-
### Prerequisites
60
-
61
-
Installation for this project are described for linux. For other operating systems, please refer to the links provided.
62
-
63
-
*[Node.js](https://nodejs.org/en/)
64
-
*[npm](http://npmjs.com/)
65
-
66
-
It is suggested to install Node.js and npm using [nvm](https://github.com/nvm-sh/nvm#install--update-script).
67
-
68
-
### Installation
31
+
# 💽 Installation
69
32
70
33
To install, first clone the repository
71
34
@@ -82,30 +45,30 @@ npm install
82
45
The function is built to be invoked by AWS lambda. You can call it manually by calling the `startRequest` function in `index.js`.
83
46
84
47
<!-- ROADMAP -->
85
-
##Roadmap
48
+
#🗺 Roadmap
86
49
87
50
See the [open issues](https://github.com/wifi-tracing/caching-function/issues) for a list of proposed features (and known issues).
88
51
89
52
90
53
<!-- CONTRIBUTING -->
91
-
##Contributing
54
+
#💁 Contributing
92
55
93
56
Contributions are what make the open source community such an amazing place to be learn, inspire, and create.
94
57
95
58
96
59
The repo itself is just used to show the project. It is **NOT** actively maintained. The author suggests forking the project instead of opening new issues.
97
60
98
61
<!-- LICENSE -->
99
-
##License
62
+
#⚖ License
100
63
101
64
Distributed under the MIT License. See `LICENSE` for more information.
102
65
103
66
<!-- CONTACT -->
104
-
##Contact
67
+
#🐦 Contact
105
68
106
69
Danilo Del Busso - [@danilo_delbusso](https://twitter.com/danilo_delbusso)
107
70
108
-
###Attributions
71
+
#🙏 Attributions
109
72
110
73
<div>Icons made by <ahref="https://www.freepik.com"title="Freepik">Freepik</a> from <ahref="https://www.flaticon.com/"title="Flaticon">www.flaticon.com</a></div>
0 commit comments