Mercurial > public > lazybear
changeset 467:bd6c73dab666
Change info files
author | Dennis <dennis@denniscm.com> |
---|---|
date | Fri, 11 Aug 2023 17:52:54 +0000 |
parents | 18a0034c6f2a |
children | 99313ca94e8b |
files | LICENSE.md README.md |
diffstat | 2 files changed, 35 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE.md Fri Aug 11 17:52:54 2023 +0000 @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2023 Dennis + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +
--- a/README.md Sun Jun 04 18:10:33 2023 +0100 +++ b/README.md Fri Aug 11 17:52:54 2023 +0000 @@ -1,1 +1,13 @@ -# lazybear [ARCHIVED] + +# lazybear + +Lazybear is my first iOS app and programming project. It was a stock tracker. You could save your favourite stocks, check their current price and the main financial ratios. Also you cold see a historical chart of the stock. I've built the backend API in Python using Flask and store the data in a mysql database. It was a nice project and I learnt a lot. + +As a side note, I managed to actually publish the app to the App Store (it's no longer published). It was awesome to see your first app in the App Store. + +- Docs: <https://denniscm.com/proj/lazybear.html> +- Main repo on SourceHut: <https://git.sr.ht/~denniscmartin/lazybear> + - Mirrors: + - Github: <https://github.com/denniscmartin/lazybear> + - Gitlab: <https://gitlab.com/denniscmartin/lazybear> +