24
24
< div id ="hero ">
25
25
< div class ="container ">
26
26
< nav class ="navbar navbar-expand-lg navbar-light pt-5 ">
27
- < a class ="navbar-brand " href ="https://exchangeratesapi.io ">
27
+ < a class ="navbar-brand " href ="https://kc- exchangeratesapi.herokuapp.com/ ">
28
28
< img src ="/static/logo.svg " alt ="Exchange rates API " />
29
29
</ a >
30
30
< ul class ="navbar-nav ml-auto ">
34
34
</ a >
35
35
</ li >
36
36
< li class ="nav-item ">
37
- < a href ="https://github.com/madisvain /exchangeratesapi " class ="nav-link ">
37
+ < a href ="https://github.com/kickstartcoding /exchangeratesapi " class ="nav-link ">
38
38
Source
39
39
</ a >
40
40
</ li >
@@ -62,7 +62,7 @@ <h1 class="text-center">
62
62
< div id ="shell " class ="col-6 offset-3 ">
63
63
< pre >
64
64
< code class ="http px-5 ">
65
- GET https://api. exchangeratesapi.io /latest HTTP/1.1
65
+ GET https://kc- exchangeratesapi.herokuapp.com /latest HTTP/1.1
66
66
67
67
{
68
68
"base": "EUR",
@@ -131,7 +131,7 @@ <h4>Usage</h4>
131
131
</ p >
132
132
< pre >
133
133
< code class ="http px-5 rounded-corners ">
134
- GET https://api. exchangeratesapi.io /latest HTTP/1.1
134
+ GET https://kc- exchangeratesapi.herokuapp.com /latest HTTP/1.1
135
135
</ code >
136
136
</ pre >
137
137
@@ -140,7 +140,7 @@ <h4>Usage</h4>
140
140
</ p >
141
141
< pre >
142
142
< code class ="http px-5 rounded-corners ">
143
- GET https://api. exchangeratesapi.io /2010-01-12 HTTP/1.1
143
+ GET https://kc- exchangeratesapi.herokuapp.com /2010-01-12 HTTP/1.1
144
144
</ code >
145
145
</ pre >
146
146
@@ -150,7 +150,7 @@ <h4>Usage</h4>
150
150
</ p >
151
151
< pre >
152
152
< code class ="http px-5 rounded-corners ">
153
- GET https://api. exchangeratesapi.io /latest?base=USD HTTP/1.1
153
+ GET https://kc- exchangeratesapi.herokuapp.com /latest?base=USD HTTP/1.1
154
154
</ code >
155
155
</ pre >
156
156
@@ -159,7 +159,7 @@ <h4>Usage</h4>
159
159
</ p >
160
160
< pre >
161
161
< code class ="http px-5 rounded-corners ">
162
- GET https://api. exchangeratesapi.io /latest?symbols=USD,GBP HTTP/1.1
162
+ GET https://kc- exchangeratesapi.herokuapp.com /latest?symbols=USD,GBP HTTP/1.1
163
163
</ code >
164
164
</ pre >
165
165
@@ -179,13 +179,10 @@ <h4>Usage</h4>
179
179
< div class ="col my-3 text-center ">
180
180
< ul class ="list-unstyled mx-auto ">
181
181
< li >
182
- < a class ="github-button " href ="https://github.com/madisvain/exchangeratesapi " data-size ="large " data-show-count ="true " aria-label ="Star madisvain/exchangeratesapi on GitHub "> Star</ a >
183
- < a class ="github-button " href ="https://github.com/madisvain/exchangeratesapi/fork " data-icon ="octicon-repo-forked " data-size ="large " data-show-count ="true " aria-label ="Fork madisvain/exchangeratesapi on GitHub "> Fork</ a >
184
- </ li >
185
182
< li >
186
- Made with < span style =" color: #e25555; " > ♥ </ span > for coding by < a href ="https://github.com/madisvain "> Madis Väin</ a >
183
+ Original API made by < a href ="https://github.com/madisvain "> Madis Väin</ a > and under the MIT license
187
184
< br />
188
- < small > Estonia, Tallinn </ small >
185
+ This "remix" is by < a href =" https://github.com/kickstartcoding/ " > Kickstart Coding </ a >
189
186
</ li >
190
187
</ ul >
191
188
</ div >
0 commit comments